Im struggling to find any solution to improve performance of leaflet map with a lot of objects on the map.
What I have done;
Rendering everything I can with canvas. My issue is that I have a lot of markers which requires an image icon. This is not rendered by canvas.
I tried using MarkerCluster and making it compatible with leaflet geoman, but I had to give this up.
Which options exist at this point to improve performance that still allow objects to be editable trough leaflet-geoman?
This did look very interesting https://github.com/MazeMap/Leaflet.LayerGroup.Collision But is also not compatible with editing.