-
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
Minimaps Go Black When Zoomed Out on Specific Backgrounds (OpenTopoMaps, Bing Maps Aerial, Mapbox Satellite) #10653
Comments
i think issue is it fails to render the minimap after a certain limit , im working on this , if there's something else causing feel free to leave a comment |
My initial guess would be that the minimap may not properly respect the minimum zoom level property of the respective background layers. @Darshit42 feel free to investigate this. |
i am investigating it, i will checkout it and if im successful i will make a pr |
this is background_source.js i have made changes in this function so that the zoom size is always valid , is this correct? or do i need to make some other changes too? this is the output before minimap was not able to render after 200km if everything's fine should i raise a pr? |
@tyrasd i tried running npm test and there are 4 errors which are all due to zooming out which causes minimap to go black , therefore when i fix the issue and remove the upper bound on the zoom extent these errors occur should i change test cases to fix these errors?? |
URL
No response
How to reproduce the issue?
When using minimap functionality, the minimap turns completely black under the following conditions:
Screenshot(s) or anything else?
Screen-Recording.1.mp4
Which deployed environments do you see the issue in?
Released version at openstreetmap.org/edit
What version numbers does this issue effect?
2.30.4
Which browsers are you seeing this problem on?
Chrome
The text was updated successfully, but these errors were encountered: