Leaflet.Elevation icon indicating copy to clipboard operation
Leaflet.Elevation copied to clipboard

Leaflet plugin to view height profile of GeoJSON- and GPX polylines using d3

Results 40 Leaflet.Elevation issues
Sort by recently updated
recently updated
newest added

Hello, It seems there is a problem with the plugin in Internet Explorer and Edge, the icon doesn't appear on the track when the mouse is over the profile. Has...

Hello! This is a proposition to make the Leaflet.Elevation more elastic in size. Currently, only width is resizable, but in near future I'll add height. Nevertheless, I am **NOT** satisfied...

Unfortunately my geoJSON files have Features of tpe Point, it should be possible to show the elevation plot anyway

User can now zoom the particular part of the chart (svg path) with awesome animation. Usage: _zoom(i,j), where i and j are range indexes of _data array. Currently, the _zoom...

First of all, thanks a lot for this sweet leaflet plugin! When running your example_gpx.html I can see the elevation graph but no map. The javascript console shows the error:...

Attached geojson, which has 2 points without altitude, is not correctly displayed with v0.0.4. The proposed patch just skips these points (still taking them into consideration in distance computation): [ceyreste.zip](https://github.com/MrMufflon/Leaflet.Elevation/files/563854/ceyreste.zip)

Thank you much for a very cool and useful plugin. It would be nice to have the option to display US units for distance in milles and elevation in feet...

Added the conditional `typeof layer==='undefined'`. This ensures that `layer` is correctly assigned to the `line` object that is made available by the `addLine` callback in the GPX use-case. Previously there...

Hi, Thank you first for this usefull plugin. I'd like to display the chart into a popup. I don't know if there is a method to do this. I'm trying...