add traffic_calming field to minor and major road presets

This commit is contained in:
Martin Raifer 2024-03-15 20:20:13 +01:00
parent 1d3023e104
commit 9b92e82818
No known key found for this signature in database
GPG key ID: 3CD561F7B1C461BD
4 changed files with 27 additions and 0 deletions

View file

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