Stefan Blamberg
Stefan Blamberg

Reputation: 844

Leaflet Map lagging

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

Answers (1)

IvanSanchez
IvanSanchez

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

Related Questions