In angular-leaflet-directive is there a way how to update markers and paths on the map when we switch off the $watch using markersWatchOptions
?
Asked
Active
Viewed 485 times
0

Amio.io
- 20,677
- 15
- 82
- 117
1 Answers
1
I think you are look for something similar to this example:
In which, markers are updated via getDirectiveControls().
There is more about it in this issue:

anjeludo
- 56
- 1
- 7
-
I have already found this page and that was really it. I only forgot to close this question. Anyways, thank you, this will somebody for sure. ;-) – Amio.io Apr 04 '16 at 07:09
-
@zatziky you should also close your issue: https://github.com/tombatossals/angular-leaflet-directive/issues/1075 – Caio Iglesias Apr 12 '16 at 22:50
-
1@CaioIglesias Closed! – Amio.io Apr 13 '16 at 07:22