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

Rather than having to rely on the icon images in this package being present somewhere, one can use [Leaflet's default icon object](https://leafletjs.com/reference.html#icon-default) instead. ```js const gpx_url = ''; const icon...

I just wanted to show tracks and waypoints in my project and i took me a while to understand how to set this option. So I thought to include a...

Hello, when I use following code to display average moving speed from GPX, I do not have any data shown in console: `new L.GPX(gpx_etapa_2_den_4, { async: false, polyline_options: { color:...

As suggested by https://github.com/mpetazzoni/leaflet-gpx/issues/123, added a "trackNumber" option to return a single track, when the gpx file contains multiple ones. The name, desc etc are then returned from this track....

Recently I tried handling '404 Not found'-errors while loading GPX-data by the 'error'-event, as the README reads like this should be the way to handle it. This failed, as the...

The default value retains the original behaviour, but opens up the possibility to render the popup as wanted by a function passed in the options.

Although [multiple tracks within one GPX file](https://github.com/mpetazzoni/leaflet-gpx#multiple-track-segments-within-each-track) is supported and all tracks are marked with their own start- and end-markers, only the name of the first track is displayed as...

Hi there, first of all thank you for this excellent Leaflet plugin. Exactly what I need for visualising my Garmin GPX tracks on a OSM-based map and straightforward to use....

Hi, I tried to add a gpx layer then flyTo a place near the gpx layer, using the flyTo function defined by leaflet. Then I observed that the gpx layer...

The name returned by get_name is the name of an element \, but not allways the name of the element \: For the joined gpx file, the name returned is...