Leaflet Velocity Versions Save

Visualise velocity data on a leaflet layer

v1.8.0

3 years ago

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

v1.7.1

3 years ago

Minor security patches.

v1.7.0

4 years ago

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

v1.6.1

4 years ago

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

v1.6.0

4 years ago

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

myLayer.setOptions({ opacity: 0.5 });

v1.5.0

4 years ago

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

1.4.1

4 years ago
  • added setOptions public method
  • added support for custom panes if using leaflet v1+
  • upgraded build to gulp v4

v1.3.0

5 years ago