Skip to content

fields/kerb: Make directionalCombo to allow optional left/right tagging#1206

Closed
tordans wants to merge 1 commit intoopenstreetmap:mainfrom
tordans:field_kerb_directional
Closed

fields/kerb: Make directionalCombo to allow optional left/right tagging#1206
tordans wants to merge 1 commit intoopenstreetmap:mainfrom
tordans:field_kerb_directional

Conversation

@tordans
Copy link
Copy Markdown
Collaborator

@tordans tordans commented Apr 28, 2024

When the kerb is tagged on the highway=crossing node, it is assumed to have the same kerb left an right of the node. If that is not true, the tagging is kerb:left|right=*.

This PR changes the kerb fields for crossings to a directionalCombo in order to represent those left|right cases.

Current usage:

  • crossing=* has 340 208 cases with kerb
  • 2 690 with kerb:right
  • 2 660 with kerb:left

https://taginfo.openstreetmap.org/keys/crossing#combinations

@tordans tordans mentioned this pull request Apr 28, 2024
18 tasks
@github-actions
Copy link
Copy Markdown

🍱 You can preview the tagging presets of this pull request here.

@tordans
Copy link
Copy Markdown
Collaborator Author

tordans commented Apr 28, 2024

Testing

Overpass turbo query: https://overpass-turbo.eu/?R&Q=[out:json][timeout:25];node["highway"]["kerb:left"]({{bbox}});out body;>;out skel qt;

node/9165437876

image

@tordans
Copy link
Copy Markdown
Collaborator Author

tordans commented Apr 28, 2024

Conclusion

Looking at the numbers some more I don't think this added complexity in the UI is worth it.
I will close this PR for that reason.

@tordans tordans closed this Apr 28, 2024
@tordans tordans deleted the field_kerb_directional branch December 19, 2024 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant