We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The site isn't responsive. look into profiling and optimizing those loops. As a last resort, break the geojson up and add it in batches.
Things to research:
The text was updated successfully, but these errors were encountered:
filter zero values from getting rendered
19c480f
Kicks a few thousand markers, so helps with GH #14
I could split it by zip code, but then I'd have to figure out how to get the map to load by zip code. Maybe there's a way to export "tiles"
Sorry, something went wrong.
one option is https://github.com/mapbox/geojson-vt but it competes with my markerCluster stuff and integrating it w/ Leaflet isn't obvious
another option is to try web workers to run things in the background
No branches or pull requests
The site isn't responsive. look into profiling and optimizing those loops. As a last resort, break the geojson up and add it in batches.
Things to research:
The text was updated successfully, but these errors were encountered: