Releases: mpetazzoni/leaflet-gpx
leaflet-gpx-2.1.2
This release includes a single bugfix for disabling markers (#158).
leaflet-gpx-2.1.1
This version includes a single bug fix to correctly fire an error
event when the loading of the GPX source fails.
leaflet-gpx-2.1.0
This version has no functional changes other than how the module definition is done.
This is based on the latest best practice in Javascript and other Leaflet plugins – considering that we aren't exporting anything from gpx.js
, only relying on the side-effect of modifying the L
global.
Improved documentation to show examples of module and non-module imports mechanisms.
leaflet-gpx-2.0.0
A major new release of the leaflet-gpx
plugin.
Caution
This release includes some backwards incompatible changes to the markers
and marker_options
parameters. Read the updated documentation carefully to know how to migrate your marker options.
New features
- Much simpler and clearer markers configuration and marker options, removing the complexity of icon vs iconUrl settings and their weird precedence
- Support different styling options for different routes/tracks
leaflet-gpx-1.7.0
leaflet-gpx-1.6.0
Note: this version contains severe bugs and should be avoided in favor of v1.7.0.
- Adds
get_speed_data()
andget_speed_data_imp()
functions - Better support for GPX tracks without elevation data.
leaflet-gpx-1.5.2
- Fixed parsing GPX with waypoints that are missing a name or description (#107)
leaflet-gpx-1.5.1
- Apply
pointMatchers
rules to waypoints as a fallback to waypoint icon rules (#106)
leaflet-gpx-1.5.0
- Leaflet-GPX is now available as a NPM package at https://www.npmjs.com/package/leaflet-gpx
- Added support for multiple tracks and multiple track segments, optionally joined (#60)
- Fix support of GPX Style to apply the correct per-segment style when specified (#86)