leaflet-gpx icon indicating copy to clipboard operation
leaflet-gpx copied to clipboard

A GPX track plugin for Leaflet.js

Results 24 leaflet-gpx issues
Sort by recently updated
recently updated
newest added

![Screenshot 2024-03-10 at 23 09 53](https://github.com/mpetazzoni/leaflet-gpx/assets/10195471/21a3a492-cdae-494c-bce9-c0f305505d89) The track shows successfully however the points aren't mapped accurately. There is a consistent offset. I have tried multiple GPX files from different sensors...

I'd like to show timestamp information about the gpx position on mouseover, but I cannot find this in the event. Is it available? Thx!

I ma getting a type error with `new L.GPX(route.url, { async: true, marker_options: { startIconUrl: '', endIconUrl: '', shadowUrl: '' } })` The error is `Property 'GPX' does not exist...

Since [version 1.9.x of Leaflet](https://leafletjs.com/2022/09/21/leaflet-1.9.0.html), using a module and not relying on the global `L` object is encouraged. Is there any plan to head toward that pattern?