-
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
Adjust rendering of node/vertex with direction #3815
Comments
@bhousel What you call the bizarro tag schemes seems to be current usage of key direction according to the wiki. I think for good reason because this enables usage on any node. Forward and backward values don't have a useful meaning except for the special case of a vertex of a single way. In case of traffic signals or traffic signs we have to differentiate two types of direction, the facing orientation the direction of the affected traffic. Facing orientation is described using key direction in both cases using the 'bizarro' values.. Therefore, direction=forward and direction=backward seem to be essentially outdated tags. Facing orientation and direction of traffic seem to be more or less inverse directions in most cases, therefore rendering an arrow seems to be potentially confusing. Directional tags have always to be combined with tagging a feature on the node, we might want to render the feature which could interfere with a direction indicator. |
Hi, As a starting point I would consider to customize the node to, for instance, display a little traffic light, stop sign or give way sign in the node. Then, speaking of a "direction" indicator the first proposition (the black and thin arrow) can be confused with a one way arrow. The second drawing might be ok in addition with previous point. A third option to have a lighter symbology would be to replace the node and the triangle by a triangle, centerd on the node, containing the traffic light/sign and oriented to the direction tag. |
Yes, I plan to do that separately of this issue. There are a handful of traffic control icons that we're really missing from maki. I'll open a new issue for it. |
done in #4602 |
Followup from #3115..
Some node/vertex features in OSM can have a direction. stop signs, traffic signals, billboards.
The normal method to tag this is
direction=forward
ordirection=backward
(although, this being OSM, there are of course alternative bizarro tag schemes).Anyway, what we do with directional vertices currently is - the same as any other interestingly tagged vertex, just show it as a circle with a dot (or in some cases a maki icon):
But maybe we can do something else to indicate that there is a direction:
The text was updated successfully, but these errors were encountered: