forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchalet.json
More file actions
46 lines (46 loc) · 934 Bytes
/
chalet.json
File metadata and controls
46 lines (46 loc) · 934 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"icon": "temaki-cabin",
"fields": [
"name",
"operator",
"address",
"website",
"email",
"phone",
"building_area_yes",
"internet_access",
"internet_access/fee"
],
"moreFields": [
"air_conditioning",
"building/levels_building",
"contact/facebook",
"fax",
"gnis/feature_id-US",
"height_building",
"internet_access/ssid",
"payment_multi",
"reservation",
"smoking",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"chalet",
"holiday cabin",
"holiday cottage",
"holiday home",
"lodge",
"lodging",
"overnight accommodations",
"vacation cabin",
"vacation home"
],
"tags": {
"tourism": "chalet"
},
"name": "Holiday Cottage"
}