-
Notifications
You must be signed in to change notification settings - Fork 238
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
FR: Allow for higher zoom values #2264
Comments
Some SDKs also allow multiple tap feature picking... like if there are 2 overlapping icons, the first tap brings up the top icon, but the second tap brings up the "hidden" icon. |
Is the limitation just a matter of changing a constant or is there some rendering-based blocker? |
WebFreak001
added a commit
to WebFreak001/tangram-es
that referenced
this issue
Oct 12, 2023
25 in streetcomplete seems to be about 5m for one phone width, probably higher than what anyone will ever need, but the capability is there now if users actually want to do this. fix tangrams#2264
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related, downstream issue: streetcomplete/StreetComplete#2878
Use case: When displaying partially overlapping markers on a map, they are often hidden if their position is too close to each other. This often makes it impossible to click/read some markers, especially when the map is at max zoom already.
Proposed solution: Increase the maximum zoom level by 2-3 steps, e.g. to 22 or 23, so that applications can utilize higher zoom levels if they need to.
The text was updated successfully, but these errors were encountered: