mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-25 13:50:53 +02:00
Merge pull request #590 from openstreetmap/crossing_markings
refactor crossing presets to use approved "crossing:markings" tag: add field for the new tag, change "Marked Crosswalk" presets to use "crossing=uncontrolled" tag and add preset for "Cycle Crossing With Traffic Signals"
This commit is contained in:
@@ -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 Signals"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"key": "crossing:markings",
|
||||
"type": "combo",
|
||||
"label": "Crossing Markings",
|
||||
"strings": {
|
||||
"options": {
|
||||
"zebra": "Longitudinal Bars",
|
||||
"lines": "Transverse Lines",
|
||||
"no": "Unmarked",
|
||||
"ladder": "Ladder With Longitudinal Bars",
|
||||
"dots": "Dotted Transverse Lines",
|
||||
"dashes": "Dashed Transverse Lines",
|
||||
"yes": "Marked Somehow",
|
||||
"surface": "Surface Treatment Only",
|
||||
"ladder:skewed": "Ladder With Diagonal Bars",
|
||||
"pictograms": "Painted Pictograms",
|
||||
"lines:paired": "Double Transverse Lines",
|
||||
"zebra:double": "Triple-Four",
|
||||
"zebra:paired": "Paired Longitudinal Bars",
|
||||
"zebra:bicolour": "Longitudinal Bars With Alternating Colors",
|
||||
"ladder:paired": "Ladder With Paired Longitudinal Bars"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user