Skip to content

Releases: mpetazzoni/leaflet-gpx

leaflet-gpx-2.1.2

26 Aug 19:10
c1c73d1
Compare
Choose a tag to compare

This release includes a single bugfix for disabling markers (#158).

leaflet-gpx-2.1.1

11 Aug 20:04
57978e5
Compare
Choose a tag to compare

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

02 Aug 02:03
f076a1f
Compare
Choose a tag to compare

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

10 Jul 01:03
bbdd8f4
Compare
Choose a tag to compare

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

16 Sep 09:10
6edc1c2
Compare
Choose a tag to compare

Addresses major bugs introduced in v1.6.0 (#127 and #128).

leaflet-gpx-1.6.0

16 Sep 09:09
b5a1e81
Compare
Choose a tag to compare

Note: this version contains severe bugs and should be avoided in favor of v1.7.0.

  • Adds get_speed_data() and get_speed_data_imp() functions
  • Better support for GPX tracks without elevation data.

leaflet-gpx-1.5.2

30 Mar 05:14
0b414b1
Compare
Choose a tag to compare
  • Fixed parsing GPX with waypoints that are missing a name or description (#107)

leaflet-gpx-1.5.1

21 Feb 01:48
e1d2c77
Compare
Choose a tag to compare
  • Apply pointMatchers rules to waypoints as a fallback to waypoint icon rules (#106)

leaflet-gpx-1.5.0

31 Jan 20:07
243e75e
Compare
Choose a tag to compare
  • 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)

leaflet-gpx-1.4.0

10 Mar 02:43
v1.4.0
c3dd4bc
Compare
Choose a tag to compare
  • Support for cadence and temperature data
  • Helper method for getting durations in ISO-ilke format
  • Support for named point markers (#51)
  • Support for GPX Style extension to style polylines (#52)