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

Error when instanciating a PolylineDecorator on a Polyline array #68

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.

A PR is coming to fix this issue.

bbecquet commented 7 years ago

Hi! Thanks a lot for spotting it and proposing a fix. And sorry I've taken so damn long to look at it. I'm gonna merge the PR. And it also motivated me to refactor this part completely, as it's by far the ugliest and untested part remaining. Thanks again.

marcagba commented 7 years ago

You're welcome ;)