Skip to content

Commit

Permalink
move traffic calming related terms to the corresponding field(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jun 22, 2022
1 parent b68ccf0 commit 3da4577
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 6 additions & 0 deletions data/fields/crossing_raised.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"key": "traffic_calming",
"type": "defaultCheck",
"label": "Raised",
"terms": [
"flat top",
"hump",
"speed",
"slow"
],
"strings": {
"options": {
"undefined": "No",
Expand Down
8 changes: 7 additions & 1 deletion data/fields/traffic_calming.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"key": "traffic_calming",
"type": "typeCombo",
"label": "Type"
"label": "Type",
"terms": [
"flat top",
"hump",
"speed",
"slow"
]
}
6 changes: 1 addition & 5 deletions data/presets/highway/crossing/signals.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@
"pedestrian traffic signals",
"pedestrian crossing (lights)",
"bicycle crossing (lights)",
"crosswalk (lights)",
"flat top",
"hump",
"speed",
"slow"
"crosswalk (lights)"
]
}

0 comments on commit 3da4577

Please sign in to comment.