mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-12 15:46:35 +02:00
add traffic_calming field to minor and major road presets
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"key": "traffic_calming",
|
||||
"type": "typeCombo",
|
||||
"label": "Traffic Calming",
|
||||
"terms": [
|
||||
"bump",
|
||||
"chicane",
|
||||
"choker",
|
||||
"cushion",
|
||||
"flat top",
|
||||
"hump",
|
||||
"rumble strip",
|
||||
"slow",
|
||||
"speed",
|
||||
"table",
|
||||
"traffic island"
|
||||
],
|
||||
"stringsCrossReference": "{traffic_calming}",
|
||||
"iconsCrossReference": "{traffic_calming}"
|
||||
}
|
||||
@@ -34,6 +34,7 @@
|
||||
"parking/side/orientation",
|
||||
"smoothness",
|
||||
"toll",
|
||||
"traffic_calming_road",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
"parking/side/parking",
|
||||
"parking/side/orientation",
|
||||
"smoothness",
|
||||
"traffic_calming_road",
|
||||
"trolley_wire",
|
||||
"width"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user