Reputation: 844
I have got a Map using Leaflet which displays about 100,000 markers. It works fine in Chrome. It laggs badly in Firefox. It doesn't work at all in IE.
What can I do to increase the performance?
Upvotes: 0
Views: 1247
Reputation: 19069
Don't show all the markers at once. Use clustering or decluttering techniques, and consult the Leaflet plugins for doing just that.
Upvotes: 2