Releases: bbecquet/Leaflet.PolylineDecorator
Releases · bbecquet/Leaflet.PolylineDecorator
v1.6.0
v1.5.0
v1.4.0
v1.3.2
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
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
Version 1.1.0