I need to plot >100k georreferenced points on a leaflet map I created with R. When plotting them with addCircleMarkers
the map crashes on every browser.
Here it is suggested to replace SVG as the renderer so it doesn't create a DOM element for every data point, instead a Canvas layer. Nevertheless, I can't find the preferCanvas
option in the addCircleMarkers
function in R.
Does anyone know if this can be implemented in R?