bbecquet / Leaflet.PolylineDecorator

A plug-in for the JS map library Leaflet, allowing to define patterns (like dashes, arrows, icons, etc.) on Polylines.
MIT License
496 stars 114 forks source link

[Decorator] Fix Polyline array instanciation #69

Closed marcagba closed 7 years ago

marcagba commented 7 years ago

What: Instanciating PolylineDecorator on a Polyline array result on an error.

Why: This is due to a typo error in the internal function _initPaths in charge of harmonizing the paths given to the PolylineDecorator.

How: Fix the typo error in the _initPath() function.

Refs: #68