-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Perf issue: Imagery lookup is very slow #5226
Comments
you mean the satellite imagery right? for me it isn't even rendering the imagery beyond a vague blur if i zoom in from the worldwide view. if i refresh it fixes, but otherwise.... |
hey @prototype99 - yes this is about the satellite imagery. If you are still having issues with imagery not working, can you do these steps:
Thanks! |
Just wanted to flag that I broke the "custom" and "none" options when I did this . I'm working on some other changes to custom backgrounds and data and will include a fix for this in an upcoming PR. |
iD needs to pretty frequently check what imagery is available in the area where the user is editing. This has recently gotten very slow.
We can speed this up a lot by:
which-polygon
, same as what we do for the community index hereIt should not take 1 second to know what polygons cover the current view.. This is just really really bad.
The text was updated successfully, but these errors were encountered: