Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove data for tiles not in frame #54

Open
rishabhjain30 opened this issue Feb 7, 2016 · 1 comment
Open

Remove data for tiles not in frame #54

rishabhjain30 opened this issue Feb 7, 2016 · 1 comment

Comments

@rishabhjain30
Copy link

@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?

@phoebe108
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants