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

performance issue for map overlaying #17

Open
xihai01 opened this issue Jan 22, 2022 · 1 comment
Open

performance issue for map overlaying #17

xihai01 opened this issue Jan 22, 2022 · 1 comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed

Comments

@xihai01
Copy link
Owner

xihai01 commented Jan 22, 2022

I tried to enhance the map UI so that Ontario's health regions are overlayed on top of google maps API.
THe issue is that rendering takes a long time when panning and zooming. This is because the regions are redrawn each time a pan or zoom is registered. Not sure of a fix. I tried adding event listeners to render only when a user doesn't pan or zoom, but that didn't work.

@xihai01 xihai01 added bug Something isn't working enhancement New feature or request help wanted Extra attention is needed labels Jan 22, 2022
@xihai01
Copy link
Owner Author

xihai01 commented Jan 22, 2022

The branch is improvment/map-background

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant