performance issue for map overlaying #17
Labels
bug
Something isn't working
enhancement
New feature or request
help wanted
Extra attention is needed
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.
The text was updated successfully, but these errors were encountered: