mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-05 12:37:58 +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}"
|
||||
}
|
||||
Reference in New Issue
Block a user