-
-
Notifications
You must be signed in to change notification settings - Fork 361
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
Opposite road mark rotation in quest "What's the surface of the sidewalk here?" #4402
Comments
Better if you made a screenshot for illustration purposes |
Since there is a sidewalk on only one side, only one selection is displayed. In this case, the sidewalk is in the opposite direction of the path and is therefore displayed from top to bottom. Admittedly it is not very intuitive if you have to explain it. Idea for better implementation: |
@mcliquid Thank you for your answer, it was not really easy to make the question clear. The main concept is that the The road in the illustration is rotated the same as its center on the map note, shown above the illustration, is not valid anymore in this case. |
@arrival-spring are you interested in looking into implementing this suggestion? It sounds like it would make sense:
|
Not sure, maybe it simply got lost. Would need investigation |
I can look into that though, if you are busy or don't want to implement it again after I seem to have removed it in the refactor |
I am a bit busy, so am unlikely to get a chance to look at this any time soon |
Looking forward to getting this back, I'd meant to flag up the regression, it would certainly get complicated without it when you're abroad and dealing with people driving on the other side of the road. |
Sorry to disappoint, but I decided to not do this after all. Turns out, there was a reason why I removed it. I tried to do this, two times, each from different angles, but came to the conclusion that this slight improvement is not worth the additional code.The current generalization of the code does not allow for one side of the street-side-select-puzzle to have a representation that does not represent a selectable value + does not count towards not being set + is not clickable. The meaning, i.e. what it should do, is very similar to not showing that side at all, which is why I opted to use that mechanism for sidewalk surfaces too. Maybe how it used to be is a little clearer, but confusion can arise just as well with that approach when the user finds out that the side is not clickable. Or, when the user notices that it is actually not "no pavement" but it is mapped separately - remembering from the sidewalk quest that this should be tagged differently, not knowing that @arrival-spring 's original implementation did not differentiate there. (So to solve this, the text would have to be different depending on that, but this again introduces more sonderlocken) Anyway, that's the price one pays for generalization of UI, the UI becomes less customizable. But #4402 is a very small price to pay, IMO. But what I will do, is to reduce the size of the street side select puzzle a bit when only one side is shown. Part of the confusion of the OP is certainly because the round "paving stones" icon obscures pretty much all of the sidewalk graphic shown below. |
While solving the "What's the surface of the sidewalk here?" quest, the road represented into the image in the bottom of the screen, to which the quest is related, is shown with the "?" mark rotated in the opposite direction.
For example, a straight road with two nodes, of which the initial one to the south, the final one to the north (therefore "pointing" to the north, and which should be represented with the mark "?" as it is read) is represented with the mark upside down (¿), pointing to the opposite direction.
In the image in the bottom, however, updated sides of the road are compliant to the mark: left (right) sidewalk is placed coherently on the left (right) of the mark as you would read it upside down, and the tags
sidewalk:left=*
are preserved and correctly loaded. The problem is only related to the orientation of the mark.How to Reproduce
Try to load the quest, for example, for way 174636377, purposely left not solved.
Versions affected
v46.1
The text was updated successfully, but these errors were encountered: