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:
Martin Raifer 2023-01-13 13:58:46 +01:00
parent af7277fbf7
commit 0b39257bd5
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
13 changed files with 36 additions and 34 deletions

View file

@ -31,6 +31,6 @@
"marked crossing",
"crosswalk"
],
"name": "Marked Crosswalk",
"name": "{highway/crossing/uncontrolled}",
"searchable": false
}

View file

@ -18,6 +18,6 @@
"key": "crossing",
"value": "zebra"
},
"name": "Marked Crosswalk",
"name": "{highway/crossing/uncontrolled}",
"searchable": false
}

View file

@ -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"
]
}

View file

@ -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"
}

View file

@ -21,8 +21,8 @@
"value": "unmarked"
},
"terms": [
"unmarked foot path crossing",
"unmarked crosswalk",
"unmarked foot path crossing",
"unmarked pedestrian crossing"
],
"name": "Unmarked Crossing"

View file

@ -28,6 +28,6 @@
"value": "marked"
},
"matchScore": 0.95,
"name": "Marked Cycle Crossing",
"name": "{highway/cycleway/crossing/uncontrolled}",
"searchable": false
}

View file

@ -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"

View file

@ -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"

View file

@ -30,6 +30,6 @@
"key": "crossing",
"value": "marked"
},
"name": "Marked Crossing",
"name": "{highway/footway/crossing/uncontrolled}",
"searchable": false
}

View file

@ -21,6 +21,6 @@
"key": "crossing",
"value": "zebra"
},
"name": "Marked Crossing",
"name": "{highway/footway/crossing/uncontrolled}",
"searchable": false
}

View file

@ -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)"
]
}

View file

@ -24,8 +24,8 @@
"value": "unmarked"
},
"terms": [
"unmarked foot path crossing",
"unmarked crosswalk",
"unmarked foot path crossing",
"unmarked pedestrian crossing"
],
"name": "Unmarked Crossing"