Replies: 1 comment
-
What a cool project. Sounds like some sort of algorithm that given a lat lng on the map determines the closest adjacent point, and creates a polyline between them. However in order to get the clean lines, I don't think the points will be enough. Most likely you'll need to have the data of the road geometry. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to create a dynamic map like this using some Open data. Just wondering on how to do it. I'm thinking that the red lines woud be some sort of geoJSON but how its created I'm not sure where to begin.
Does anyone have any ideas?
Goal:
I tried to add it using the Polyline example but Polylines are continuous.
https://developers.google.com/maps/documentation/javascript/examples/polyline-simple?hl=en
Here is what it looks like:
Here is a regular version just using markers. It's not what I'm looking for though:
Beta Was this translation helpful? Give feedback.
All reactions