I want to render about 10.000 markers or dots on a leaflet map. I already did it the regular way and I found it is way slower compared to Google Maps. I\'m looking for a way
You should check https://github.com/robertleeplummerjr/Leaflet.glify. It provides way of rendering leaflet points and polygons using web gl, allowing to scale more easily.
It's also available for the people that uses R to produce their leaflet: https://github.com/tim-salabim/leaflet.glify
The R version is super easy.