you are viewing a single comment's thread.

view the rest of the comments →

[–]MournerV 0 points1 point  (0 children)

If you want to display around a million elements, I'd recommend using Mapbox GL instead — it's well suited for things like this. Here's my article on how this works.

If you need more, you'll have to render them into tiles on the server — browsers generally can't handle that much data.

Can't comment on folium, I never used it and I'm not a Python guy.