mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-27 04:43:52 +01:00
refactor crossing presets to use (new) crossing:markings tag
The tag proposal `crossing:markings` was recently accepted: https://wiki.openstreetmap.org/wiki/Key:crossing:markings Closes #589 Closes #507 Closes #568 See also #408
This commit is contained in:
parent
4670fa066d
commit
80c5df168a
23 changed files with 200 additions and 59 deletions
|
|
@ -1,5 +1,17 @@
|
|||
{
|
||||
"key": "crossing",
|
||||
"type": "combo",
|
||||
"label": "Type"
|
||||
"label": "Type",
|
||||
"options": [
|
||||
"traffic_signals",
|
||||
"uncontrolled",
|
||||
"unmarked"
|
||||
],
|
||||
"strings": {
|
||||
"options": {
|
||||
"traffic_signals": "Crossing With Traffic Signals",
|
||||
"uncontrolled": "Only Road Markings",
|
||||
"unmarked": "No Road Markings or Traffic Lights"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
5
data/fields/crossing/markings.json
Normal file
5
data/fields/crossing/markings.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "Crossing Markings"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue