1

I successfully coverted *.fit files to a *.sqllite database that I then imported to QGIS. I have a layer called trackpoints that I processed using Geometry by expression to create the features from lat/lng. So far so good.

I am trying to recreate a view like the following:

enter image description here

That is a line that can be symbolised differently based on attributes of that segment.

enter image description here

However all the documentation points me to use PointsToPath that creates only one line and I assume that what I need to have is multi-feature line.

How can I do that?

asked Nov 5, 2024 at 20:48
2
  • What are you using to convert point to line? QGIS or SQLlite Database Commented Nov 6, 2024 at 8:39
  • QGIS. I managed to use Points to Path and then Split Lines and then join by location to get attributes from the points but it seems a bit "dirty". I thought about bringing the next point data to the current row (LEAD) to create line features but couldn't figure it out Commented Nov 6, 2024 at 9:19

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.