mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Fix link regarding bulk add/remove of markers
This commit is contained in:
@@ -103,7 +103,7 @@ addLayer, removeLayer and clearLayers are supported and they should work for mos
|
||||
### Bulk adding and removing Markers
|
||||
addLayers and removeLayers are bulk methods for adding and removing markers and should be favoured over the single versions when doing bulk addition/removal of markers. Each takes an array of markers
|
||||
|
||||
If you are removing a lot of markers it will almost definitely be better to call clearLayers then call addLayers to add the markers you don't want to remove back in. See [#59](https://github.com/danzel/Leaflet.markercluster/issues/59#issuecomment-9320628) for details.
|
||||
If you are removing a lot of markers it will almost definitely be better to call clearLayers then call addLayers to add the markers you don't want to remove back in. See [#59](https://github.com/Leaflet/Leaflet.markercluster/issues/59#issuecomment-9320628) for details.
|
||||
|
||||
### Other Methods
|
||||
````
|
||||
|
||||
Reference in New Issue
Block a user