R - Leaflet Limitations - How many markers does a leaflet map support?
Data I have a dataframe which contains 35,000 lat/lon locations. The locations have been plotted onto an interactive leaflet map. The Situation I would like to publish the map online via a markdown document. The Problem When I export the map as an html page or in markdown the map is: Laggy Hard to navigate Webpage Loads slowly Questions What is the maximum number of points you plot on a leaflet map without compromising the ability to navigate the map? Would publishing the map as a shiny application help solve the loading speed, the maps lagginess and other performance issues? If not, what