SpatialServer/Leaflet.MapboxVectorTile

Remove data for tiles not in frame

rishabhjain30 opened this issue · 1 comments

@rgwozdz I am trying to display around a million points dynamically generated from a postgis table on the map. The initial rendering times and animations work fine. But, after zooming in and out a few times it becomes extremely slow and eventually the tab crashes. What can be a solution for this?

One option might be to generate vector mbtiles using Tippecanoe, which is great for rendering huge point datasets at different zoom levels. Another option would be to show only a portion of the point dataset at lower zoom levels, and the full point dataset at higher zoom levels.