francoisromain / leaflet-markers-canvas

A Leaflet plugin to render many markers in a canvas instead of the DOM
GNU Affero General Public License v3.0
42 stars 15 forks source link

Adding a method for remove all the markers #14

Closed bsoviedo closed 2 years ago

bsoviedo commented 2 years ago

Add a method for remove all the markers, you dont need to pass any element, just call the function and all markers will be deleted.

For call the method:

canvasLayer.removeAll()