Skip to content
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

Replace continuous=yes + sidewalk=yes with highway=crossing #52

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1762,8 +1762,8 @@
"exampleId": "RWG032637",
"clarifications": "-",
"convertGeometry": "Possibly node->way",
"osmTag": "TRUE: sidewalk=yes, continuous=yes",
"osmComment": "OSM currently has no notion of representing a continuous sidewalk. Could be represented on the Node as sidewalk=yes,continuous=yes, or on the Way where the pavement is separately represented. Continuous would be a new tag. If community is divided, represe",
"osmTag": "TRUE: highway=crossing",
"osmComment": "Always represents a pedestrian crossing. OSM currently has no notion of representing a continuous sidewalk, however only a minority of boroughs use 'Copenhagen crossings', the remainder are crossings with a speed table and flush kerbs. Could be represented on the Node as sidewalk=yes,continuous=yes, or on the Way where the pavement is separately represented. Continuous would be a new tag. If community is divided, represe",
"actionNote": "Community consultation needed for proposed new tag",
"query": "-",
"osmWikiPage": "https://wiki.openstreetmap.org/wiki/Key:sidewalk",
Expand Down