MrMufflon / Leaflet.Elevation

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

Show marker on elevation chart when hovering path #55

Closed devleaks closed 8 years ago

devleaks commented 8 years ago

Hello, I'd like to know how difficult it would be to show the vertical bar marker in the graph when hovering the path. When hovering the graph, there is a mkarker highlighted on the path to show the corresponding position. I'd love to get the opposite as well: When hovering the path, I'd like to show the elevation on the graph. How can I tackle this? Thank you.

devleaks commented 8 years ago

Sorry. This PR is exactly what I was looking for. Thanks. P.