-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Directions from stop signs visualized on ways without highway tag. #9013
Comments
Whenever a node is tagged with a generic direction keyword such as Lines 117 to 129 in 3dde091
|
for certain vertex features, only look at matching parent ways when determining where to draw direction cones: * highway related points (e.g. highway=stop/yield/etc., traffic calming, cycleway=asl, traffic signs, barriers): only look at parent ways with highway=* * railway related points (e.g. railway=milestone): only look at parent ways with railway=* * waterway related points (e.g. waterway=milestone): only look at parent ways with waterway=* see also #5634
for certain vertex features, only look at matching parent ways when determining where to draw direction cones: * highway related points (e.g. highway=stop/yield/etc., traffic calming, cycleway=asl, traffic signs, barriers): only look at parent ways with highway=* * railway related points (e.g. railway=milestone): only look at parent ways with railway=* * waterway related points (e.g. waterway=milestone): only look at parent ways with waterway=* see also #5634
URL
https://www.openstreetmap.org/edit#map=23/32.28756/-110.97337
How to reproduce the issue?
direction
on a highway node.The issue should be present after following the two steps above.
Screenshot(s) or anything else?
When a stop sign (
highway=stop
) is tagged with adirection
and a way or area withouthighway
on it, the direction visualization is present. It is my belief that this should not be visualized on ways/areas without ahighway
tag.The issue was present on the OSM website, RapiD, and the development version. I tested it on Firefox, Chrome, and Edge.
Which iD Editor versions do you see the issue on?
Released version at openstreetmap.org/edit, Development version at ideditor.netlify.com, RapiD version at mapwith.ai/rapid
Which browsers are you seeing this problem on?
Firefox, Chrome, Microsoft Edge
The text was updated successfully, but these errors were encountered: