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

I got this on my console when opening the demo page ``` Uncaught ReferenceError: L is not defined https://mrmufflon.github.io/Leaflet.Elevation/example/example.html:28 ```

Is it possible to mark some important waypoints on the elevation graph either by entering coordinate pairs or directly importing them from a geojson file? Assume that I have a...

Hello, is it possible to use the library in Angular. If yes, could you please give me an example. Thanks a lot

I got some GPX files here, where elevation data for a few single points is missing. This leads to a display error in the elevation chart where the lines indicating...

Fixes #63, alternative to #60. Shows missing elevation values as gaps by using a d3 [defined](https://github.com/d3/d3-shape/blob/master/README.md#area_defined) accessor function.

Hello I used Leaflet.Elevation and I've recently updated Leaflet to 1.02. Now elevation and distance data were not shown on the elevation graph. Some ideas for this problem ? Thanks...

For some reason, in my implementation, the mouseOver/Hover function doesn't work on Chrome but it works ok on Firefox. Since there is no such issue on http://mrmufflon.github.io/Leaflet.Elevation/example/example_gpx.html I assume it's...

Leaflet Version 1.5.1+build error: TypeError: this._areapath.datum is not a function at NewClass._applyData

If we have a linestring GeoJSON doesn't contains Altitude/Z values, could we use a property which contains Altitude values?

Hello, Has anyone tried to fill the chart with different colors based on some values? Something like this? http://plnkr.co/edit/73RgBkbrml6CBA143FCf?p=preview If anyone could give some hints where I should do some...