MrMufflon / Leaflet.Elevation

Leaflet plugin to view height profile of GeoJSON- and GPX polylines using d3
http://mrmufflon.github.io/Leaflet.Elevation
MIT License
277 stars 83 forks source link

Points along elevation enhancement #9

Open xayayay opened 10 years ago

xayayay commented 10 years ago

It would be very useful to have points such as Markers along the PolyLine display in the elevation chart too. Is there any code written attempting to do this with the Elevation control?

MrMufflon commented 10 years ago

I haven´t had a look into that. Do you mean displaying a marker for each point of the polyline?

karussell commented 10 years ago

I think he meant to have a list of points (not necessary the polyline points) which then shows up in the chart too

MrMufflon commented 10 years ago

So like a Point of interest list along the line? That would be a nice thing!

karussell commented 10 years ago

Yes, I think so.