forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhistoric.json
More file actions
33 lines (33 loc) · 1.03 KB
/
historic.json
File metadata and controls
33 lines (33 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
{
"key": "historic",
"type": "typeCombo",
"label": "Type",
"strings": {
"options": {
"archaeological_site": "Archaeological Site",
"bomb_crater": "Bomb Crater",
"boundary_stone": "Boundary Stone",
"building": "Historic Building",
"castle": "Castle",
"charcoal_pile": "Charcoal Pile",
"church": "Church",
"city_gate": "City Gate",
"citywalls": "Citywall",
"fort": "Historic Fort",
"manor": "Manor House",
"memorial": "Memorial",
"milestone": "Milestone",
"mine": "Mine",
"mine_shaft": "Mine Shaft",
"monument": "Monument",
"pillory": "Historic Pillory",
"railway": "Railway",
"ruins": "Ruins",
"shieling": "Shieling",
"tomb": "Tomb",
"wayside_cross": "Wayside Cross",
"wayside_shrine": "Wayside Shrine",
"wreck": "Shipwreck"
}
}
}