Hi there, my question was asked a couple of times, but none of the answers did the trick for me. What I want: for my trip journal I want to have pictures of the routes I travelled. Lets say I do a trip from Munich to Barcelona, visiting some places in Italy and France on the way. I want to add all visited places as markers and have them connected as a street route, covering the streets I went. Unfortunately, I do not have gpx data, thus, I need to redraw the routes from memory. When the map is set up, I want to make a screenshot and add it to my journal. Most of the times this question is ask, someone recommends umap. However, in umap one can add markers and draw freehand lines and areas, I found no way of connecting markers with routes. google mymaps on the other hand explicitly has a button "add route" which allows entering start and destination and even allows do drag and move the route if the routing algo picks the wrong streets. As to my understanding, umap does not offer this. Am I wrong? Can umap to this? If not, how can I achieve this using OSM data? asked 09 Jan '22, 10:08 luge86 |
The workflow with uMap is this :
A bit cumbersome indeed. Regards. answered 09 Jan '22, 12:40 H_mlet |
Hello Everybody, I am novice on this platform and I am very interested in the answer to the above question. Thank you to the one who will help us. pmmy49 answered 09 Jan '22, 11:11 pmmy49 Please upvote the question, or even add a comment, instead of adding an "answer".
(09 Jan '22, 12:38)
H_mlet
|
I suggest that you could use Qgis to do this. Create a gpx track in Alltrails or similar apps and save the gpx and open in Qgis. Add the OpenStreetMap as a background map. Add all your georeferenced photos to Qgis. Download the qgis2web plugin to Qgis and use it to export your map to a html file which you can embed in an iframe on the web. There are many utube examples on using qgis2web with QGIS and on displaying photos on the web. answered 09 Jan '22, 11:53 nevw |