-
-
Notifications
You must be signed in to change notification settings - Fork 362
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
Named roads sometimes don't show quests, just dots #1905
Comments
Is it happening with some specific location? In general dots should be appearing only on zooming out. And quests markers should not be blocked by street names - AFAIK there should be no collision at all. |
Location for testing: https://www.openstreetmap.org/#map=19/49.42402/11.07473 |
Okay, text should of course not block display of the pins |
However also we'll want to see the street names, unless it's already in the quest text, to ensure we're answering for the right street. So ideally it just wants to resize around the pin if possible. |
I found where order is defined, I am now experimenting to reliably trigger this bug. |
Actually, text should have a |
Looking at https://github.com/tangrams/tangram-docs/blob/610d78b966d603bfdd409580d32e8a793d3d29cd/docs/Syntax-Reference/layers.md#priority it seems that priority is about something else (which styling is applied) - see https://github.com/tangrams/tangram-docs/blob/1f5bf1c6b0568b42aab4ad9cb9c5abfc8e55bc1e/docs/Syntax-Reference/draw.md#order Though text is supposed to be special, and I am not 100% sure that problem reported here actually happens - text is quite irritating with its disappearing/jumping around, dots make it even more confusing etc |
I assume you're referring to something else (in the documentation perhaps) @matkoniecz? I can provide some more proof of this specific issue if you'd like? |
I debugged it and submitted #1908 - location from #1905 (comment) was very useful |
Named roads sometimes don't show quests, just dots
How to Reproduce
Find a short named road with a quest on it (e.g. surface type), zoom in, due to the name changing size, and depending on the length of the road and the length of the name, you may only ever get a dot, or sometimes get a dot and sometimes a quest. It doesn't happen on unnamed ones as there is nothing to clash with.
Sometimes the quest appears and disappears as you zoom in, sometimes it never appears.
Versions affected
v21.0-beta1 Android 9
The text was updated successfully, but these errors were encountered: