不看时更新标记

update markers when not watched

angular-leaflet-directive 中,有没有一种方法可以在我们使用 markersWatchOptions 关闭 $watch 时更新地图上的标记和路径?

我认为您正在寻找类似于此示例的内容:

http://angular-ui.github.io/ui-leaflet/examples/0000-viewer.html#/mixed/overlays-markers-nested-no-watch-example

其中,标记通过getDirectiveControls()更新。

本期内容更多:

https://github.com/angular-ui/ui-leaflet/issues/239