Open johnd0e opened 5 years ago
CanvasMarker should be compatible with all other leaflet layers / layers groups, to use it completely transparent. E.g. to be able to add each marker to any existent layergroup, and process all events.
CanvasMarker
Or it would be like this:
L.Marker.mergeOptions({ renderer: L.CanvasIconLayer }); // doesn't work now
CanvasMarker
should be compatible with all other leaflet layers / layers groups, to use it completely transparent. E.g. to be able to add each marker to any existent layergroup, and process all events.