tombatossals / angular-leaflet-directive

AngularJS directive to embed an interact with maps managed by Leaflet library
http://tombatossals.github.io/angular-leaflet-directive
MIT License
1.5k stars 635 forks source link

Decorations to layer #1098

Open JoceM opened 8 years ago

JoceM commented 8 years ago

Hello I provide both a decorations and a path object to the angular leaflet directive. Decorations are arrow that are positioned on paths. My issue is that paths are associated to layers and decorations not. In other words, when a given layer is hidden, a given path is hidden but not its array ? Is there a solution to this issue ? Thanks