Skip to content

Releases: onaci/leaflet-velocity

v1.8.0

19 Jan 04:30
Compare
Choose a tag to compare

Minor security patches, adds support for arbitrary direction/speed labels.

v1.7.1

20 Jul 02:33
4563b5a
Compare
Choose a tag to compare

Minor security patches.

v1.7.0

26 Mar 05:10
Compare
Choose a tag to compare

Added scanMode 64 and some data header checking, as noted in #46 .
Thanks to @brentfraser.

v1.6.1

05 Feb 01:59
Compare
Choose a tag to compare

Addresses an opacity issue where value of 0 did not completely hide layer.

v1.6.0

03 Feb 21:57
Compare
Choose a tag to compare

Added opacity as a layer option, e.g. can be set like:

myLayer.setOptions({ opacity: 0.5 });

v1.5.0

22 Nov 01:47
Compare
Choose a tag to compare

Use Leaflet map projections so any coordinate system can be used (rather than previously hardcoded mercator).
Thanks to @brentfraser

v1.4.1

11 Jul 06:53
Compare
Choose a tag to compare
  • added setOptions public method
  • added support for custom panes if using leaflet v1+
  • upgraded build to gulp v4

v1.3.0

22 Jan 22:39
Compare
Choose a tag to compare
Bufix $ not found #24, add onAdd, onRemove callbacks