Routes? #101
Replies: 3 comments 19 replies
-
This could possibly be done with GeoJSON Files. See this issue: #93 Edit: to be clear, I haven't implemented this. |
Beta Was this translation helpful? Give feedback.
-
It worked! I looked at the wiki posts for the highways and found KML files. They were not to easy to download in a useful format so I just grabbed all the points, used an MacOS app called Clean Text, made a set of macros that changes the formats to be the way JSON wants it to be. Saved it in the "filer" (files in Norwegian) and added it to the highway map. Voila. All zoomable and lovely. |
Beta Was this translation helpful? Give feedback.
-
I've used Google Maps, and this service to convert links to GPX. Then I use the toGeoJSON tool to convert to JSON, and edit a bit to get my own colors, descriptions etc. Only flaw with this, is that Google Maps sometimes routes you around traffic so the file you get by creating the route yourself, MAY be imprecise. But as long as I know this (I check as much as possible before making GPX-files), I'm good. I'll see if I take away the markers at each end. It may be too much with all the interstates in place. After all this is done, I'm going to try to use all my tracks from 11 trips in the US, and see if I can map them all on the same map. It's a mess as they are in Google maps, Swarm, old GPX-files, notebooks, EXIF data in images etc. But fun to use to learn. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
(sorry for starting so many threads)
I'm looking at the way Wikipedia show routes on maps. As I work with travel, it's super interesting to look at ways to visualize data inside Obsidian.
Here's the map Wikipedia makes for I-80 (Interstate 80): https://en.wikipedia.org/wiki/Interstate_80#/map/0
The map is zoomable too:
Is there any way to make the leaflet plugin do similar? I understand that a route needs lots of datapoints to be zoomable.
It would be useful for all kinds of stuff I do:
• map routes
• plan travels
• show past travels
• production planning
etc.
Beta Was this translation helpful? Give feedback.
All reactions