Skip to content

Releases: bbecquet/Leaflet.PolylineDecorator

v1.6.0

28 Jan 11:56
Compare
Choose a tag to compare
  • Adds a getBounds method overriden from FeatureGroup. Will return the total bounds of paths attached to the decorator, as pattern bounds are variable. Fixes #74
  • Inner layer groups now inherits from FeatureGroup instead of LayerGroup. Fixes event attachment issues #73
  • Minor code quality fixes

v1.5.0

15 Oct 17:29
Compare
Choose a tag to compare
  • Fixes parsing of collections of polygons #68
  • Fixes bundling configuration to explicitly declare Leaflet dependency and conform to plugin guide specs

v1.4.0

06 Sep 20:21
Compare
Choose a tag to compare
  • Fixes a bug when dealing with 0-length polylines #65
  • Adds some unit tests for util functions #66

v1.3.2

06 Aug 12:17
Compare
Choose a tag to compare

Performance improvements of the pattern projection code. Divided the computation time by roughly 5. Most of the total time is still taken by the drawing itself, but the improvement should be noticeable when using very long polylines and/or a lot of patterns.

v1.3.0

29 Jul 15:17
Compare
Choose a tag to compare

Some big changes, mostly on the dev side:

  • use proper build setup based on Rollup, life Leaflet itself
  • import leaflet-rotatedmarker as a dependency instead of having duplicate code in both projects
  • use Babel transpilation to code in ES6 syntax
  • big simplification of very old and ugly bits of code

And at last, something that should have been done years ago, don't compute invisible symbols to avoid big perf drop when zooming in. This required dropping the cache system, but this one was a very ill-based optimization, not bringing that much benefit, and it will be easier to focus on other perf improvements now.

fixnpm-0.7.2

06 Aug 07:39
Compare
Choose a tag to compare
Version 1.1.0

v1.0.0

25 Sep 23:24
Compare
Choose a tag to compare

For Leaflet 1.0+