Skip to content

Releases: mpetazzoni/leaflet-gpx

leaflet-gpx-2.2.0

Choose a tag to compare

@mpetazzoni mpetazzoni released this 24 Apr 15:07
5372949

This release brings a few recent bug fixes and improvements:

  • Fix issues when working with custom L.Icon-based markers (#162)
  • Fix a Javascript error when calling get_speed_data() (#163)
  • Provide a reference to the track line in the addpoint event to make it easier to implement certain features through markers (#169)
  • Fix the default HTML/JS example in the README.md

leaflet-gpx-2.1.2

Choose a tag to compare

@mpetazzoni mpetazzoni released this 26 Aug 19:10
c1c73d1

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

leaflet-gpx-2.1.1

Choose a tag to compare

@mpetazzoni mpetazzoni released this 11 Aug 20:04
57978e5

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

Choose a tag to compare

@mpetazzoni mpetazzoni released this 02 Aug 02:03
f076a1f

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

Choose a tag to compare

@mpetazzoni mpetazzoni released this 10 Jul 01:03
bbdd8f4

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

Choose a tag to compare

@mpetazzoni mpetazzoni released this 16 Sep 09:10
6edc1c2

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

leaflet-gpx-1.6.0

Choose a tag to compare

@mpetazzoni mpetazzoni released this 16 Sep 09:09
b5a1e81

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

Choose a tag to compare

@mpetazzoni mpetazzoni released this 30 Mar 05:14
0b414b1
  • Fixed parsing GPX with waypoints that are missing a name or description (#107)

leaflet-gpx-1.5.1

Choose a tag to compare

@mpetazzoni mpetazzoni released this 21 Feb 01:48
e1d2c77
  • Apply pointMatchers rules to waypoints as a fallback to waypoint icon rules (#106)

leaflet-gpx-1.5.0

Choose a tag to compare

@mpetazzoni mpetazzoni released this 31 Jan 20:07
243e75e
  • 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)