mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
consolidate naming of marked crossings
* reduce duplication of names * consistent use of "Crossing" vs. "Crosswalk" across similar presets * consistent use of terms * sort terms alphabetically
This commit is contained in:
parent
af7277fbf7
commit
0b39257bd5
13 changed files with 36 additions and 34 deletions
|
|
@ -31,6 +31,6 @@
|
|||
"marked crossing",
|
||||
"crosswalk"
|
||||
],
|
||||
"name": "Marked Crosswalk",
|
||||
"name": "{highway/crossing/uncontrolled}",
|
||||
"searchable": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
"key": "crossing",
|
||||
"value": "zebra"
|
||||
},
|
||||
"name": "Marked Crosswalk",
|
||||
"name": "{highway/crossing/uncontrolled}",
|
||||
"searchable": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -28,10 +28,10 @@
|
|||
},
|
||||
"name": "Crossing With Pedestrian Signals",
|
||||
"terms": [
|
||||
"pedestrian traffic lights",
|
||||
"pedestrian traffic signals",
|
||||
"pedestrian crossing (lights)",
|
||||
"bicycle crossing (lights)",
|
||||
"crosswalk (lights)"
|
||||
"crosswalk (lights)",
|
||||
"pedestrian crossing (lights)",
|
||||
"pedestrian traffic lights",
|
||||
"pedestrian traffic signals"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,5 +18,12 @@
|
|||
"key": "crossing",
|
||||
"value": "uncontrolled"
|
||||
},
|
||||
"name": "Marked Crosswalk"
|
||||
"terms": [
|
||||
"marked foot path crossing",
|
||||
"marked crosswalk",
|
||||
"marked pedestrian crosswalk",
|
||||
"zebra crossing",
|
||||
"crosswalk"
|
||||
],
|
||||
"name": "Marked Crossing"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,8 +21,8 @@
|
|||
"value": "unmarked"
|
||||
},
|
||||
"terms": [
|
||||
"unmarked foot path crossing",
|
||||
"unmarked crosswalk",
|
||||
"unmarked foot path crossing",
|
||||
"unmarked pedestrian crossing"
|
||||
],
|
||||
"name": "Unmarked Crossing"
|
||||
|
|
|
|||
|
|
@ -28,6 +28,6 @@
|
|||
"value": "marked"
|
||||
},
|
||||
"matchScore": 0.95,
|
||||
"name": "Marked Cycle Crossing",
|
||||
"name": "{highway/cycleway/crossing/uncontrolled}",
|
||||
"searchable": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,10 +25,10 @@
|
|||
"value": "traffic_signals"
|
||||
},
|
||||
"terms": [
|
||||
"cycle path crossing",
|
||||
"cycleway crossing",
|
||||
"bicycle crossing",
|
||||
"bike crossing"
|
||||
"bike crossing",
|
||||
"cycle path crossing",
|
||||
"cycleway crossing"
|
||||
],
|
||||
"matchScore": 0.95,
|
||||
"name": "Cycle Crossing With Traffic Signals"
|
||||
|
|
|
|||
|
|
@ -21,10 +21,10 @@
|
|||
"value": "unmarked"
|
||||
},
|
||||
"terms": [
|
||||
"cycle path crossing",
|
||||
"cycleway crossing",
|
||||
"bike crossing",
|
||||
"bicycle crossing",
|
||||
"bike crossing"
|
||||
"cycle path crossing",
|
||||
"cycleway crossing"
|
||||
],
|
||||
"matchScore": 0.95,
|
||||
"name": "Unmarked Cycle Crossing"
|
||||
|
|
|
|||
|
|
@ -30,6 +30,6 @@
|
|||
"key": "crossing",
|
||||
"value": "marked"
|
||||
},
|
||||
"name": "Marked Crossing",
|
||||
"name": "{highway/footway/crossing/uncontrolled}",
|
||||
"searchable": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@
|
|||
"key": "crossing",
|
||||
"value": "zebra"
|
||||
},
|
||||
"name": "Marked Crossing",
|
||||
"name": "{highway/footway/crossing/uncontrolled}",
|
||||
"searchable": false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,10 +31,9 @@
|
|||
},
|
||||
"name": "Crossing With Pedestrian Signals",
|
||||
"terms": [
|
||||
"crosswalk (lights)",
|
||||
"pedestrian traffic lights",
|
||||
"pedestrian traffic signals",
|
||||
"pedestrian crossing (lights)",
|
||||
"bicycle crossing (lights)",
|
||||
"crosswalk (lights)"
|
||||
"pedestrian crossing (lights)"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@
|
|||
"value": "unmarked"
|
||||
},
|
||||
"terms": [
|
||||
"unmarked foot path crossing",
|
||||
"unmarked crosswalk",
|
||||
"unmarked foot path crossing",
|
||||
"unmarked pedestrian crossing"
|
||||
],
|
||||
"name": "Unmarked Crossing"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue