forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraffic_calming.json
More file actions
37 lines (37 loc) · 1.03 KB
/
traffic_calming.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"key": "traffic_calming",
"type": "typeCombo",
"label": "Type",
"terms": [
"flat top",
"hump",
"speed",
"slow"
],
"strings": {
"options": {
"bump": "Speed Bump",
"chicane": "Traffic Chicane",
"choker": "Traffic Choker",
"choked_table": "Choked Speed Table",
"cushion": "Speed Cushion",
"dip": "Dip",
"double_dip": "Double Dip",
"hump": "Speed Hump",
"island": "Traffic Calming Island",
"mini_bumps": "Mini Speed Bumps",
"rumble_strip": "Rumble Strip",
"table": "Speed Table"
}
},
"icons": {
"bump": "roentgen-bump",
"cushion": "roentgen-traffic_cushion",
"dip": "roentgen-dip",
"double_dip": "roentgen-double_dip",
"hump": "roentgen-hump",
"mini_bumps": "roentgen-mini_bumps",
"rumble_strip": "roentgen-rumble_strip",
"table": "roentgen-traffic_table"
}
}