forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmuseum.json
More file actions
60 lines (60 loc) · 1.17 KB
/
museum.json
File metadata and controls
60 lines (60 loc) · 1.17 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"icon": "temaki-museum",
"fields": [
"name",
"operator",
"operator/type",
"museum",
"address",
"building_area_yes",
"opening_hours"
],
"moreFields": [
"air_conditioning",
"building/levels_building",
"charge_fee",
"contact/facebook",
"email",
"fax",
"fee",
"gnis/feature_id-US",
"height_building",
"internet_access",
"internet_access/fee",
"internet_access/ssid",
"level",
"opening_hours/covid19",
"payment_multi",
"phone",
"toilets",
"toilets/wheelchair",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"archaeological",
"archeological",
"art",
"cultural",
"excavation",
"exhibition",
"foundation",
"gallery",
"hall",
"history",
"institution",
"nature",
"painting",
"photograph",
"science",
"sculpture",
"technology"
],
"tags": {
"tourism": "museum"
},
"name": "Museum"
}