forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbarrier.json
More file actions
32 lines (32 loc) · 1011 Bytes
/
barrier.json
File metadata and controls
32 lines (32 loc) · 1011 Bytes
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
{
"key": "barrier",
"type": "typeCombo",
"label": "Type",
"strings": {
"options": {
"fence": "Fence",
"gate": "Gate",
"wall": "Wall",
"hedge": "Hedge",
"kerb": "Kerb",
"bollard": "Bollard",
"lift_gate": "Boom Barrier",
"retaining_wall": "Retaining Wall",
"block": "Large Block",
"guard_rail": "Guard Rail",
"cycle_barrier": "Cycle Barrier",
"stile": "Stile",
"entrance": "Entrance",
"swing_gate": "Swing Gate",
"cattle_grid": "Cattle Grid",
"ditch": "Ditch",
"toll_booth": "Toll Booth",
"city_wall": "City Wall",
"kissing_gate": "Kissing Gate",
"chain": "Chain",
"jersey_barrier": "Jersey Barrier",
"height_restrictor": "Height Restrictor",
"turnstile": "Turnstile"
}
}
}