-
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
Suggest adding an entrance=*
node to fix 'disconnected highway' errors
#10729
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this, I think it is a good addition.
Does https://github.com/openstreetmap/iD/pull/10729/files#diff-aa67428c964bd0d0ac6939c0545ffa404cbc3237b1dffec3b2a22491fbac8988R232-R234 mean that this suggestion will either suggest entrance=yes
for path like highways and otherwise amenity=parking_entrance
?
I wonder if this is the best second option in most cases.
In Berlin, we commonly use barrier=gate
for those hw=service ways that connect to a building
Parking entrance is also present sometimes, though https://www.openstreetmap.org/node/8003765396
Yes. Maybe this autofix should only apply to path-like ways? I suspect that isolated vehiclular ways are quite rare, compared to isolated pathways |
Maybe to make this PR easier to merge because I consider this case very clear.
Actually, we have many such cases in Berlin where a FYI: Those service ways are important data that we add in Berlin to have data that we can use during parking pane processing (https://parkraum.osm-verkehrswende.org/). But those tags at the building are left out often because its already a lot of clicks to add the driveway. |
I've removed the |
Hm… I'm not convinced this is a good idea for the So, wouldn't it be better to have this as a dedicated validation rule that checks for missing entrances on highway<->building intersections? As suggested in #6341 (comment) by @1ec5 |
Either seems reasonable to me, but now that you mention it, the suggestion is incongruent with the warning message, which implies that a road or path connection is required. I guess the explanatory text would need to mention building entrances as an exception. Another case to consider is a footpath that you can only access from within a building, such as in a courtyard or backyard. |
Closes #6341
If an isolated path or road connects to a building outline, the validator has a new autofix suggestion, which adds
entrance=yes
orto the node:amenity=parking_entrance