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

Lazy load map data #26

Closed
dellisd opened this issue Jul 29, 2020 · 0 comments
Closed

Lazy load map data #26

dellisd opened this issue Jul 29, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@dellisd
Copy link
Contributor

dellisd commented Jul 29, 2020

Currently map data is compiled into the site's script bundle and loaded synchronously with the rest of the site's code, but this will scale poorly as more data is added.

Load the data asynchronously instead and only when it is required (i.e. only when the data would be in view).

@dellisd dellisd added the enhancement New feature or request label Jul 29, 2020
@dellisd dellisd added this to the 3.1.0 milestone Aug 7, 2020
@dellisd dellisd closed this as completed Nov 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant