forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmotel.json
More file actions
45 lines (45 loc) · 880 Bytes
/
motel.json
File metadata and controls
45 lines (45 loc) · 880 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
{
"icon": "maki-lodging",
"fields": [
"name",
"brand",
"address",
"website",
"email",
"phone",
"building_area_yes",
"rooms",
"internet_access",
"internet_access/fee"
],
"moreFields": [
"air_conditioning",
"branch_brand",
"brand",
"building/levels_building",
"contact/facebook",
"fax",
"gnis/feature_id-US",
"height_building",
"internet_access/ssid",
"operator",
"payment_multi",
"ref/vatin",
"reservation",
"smoking",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"tags": {
"tourism": "motel"
},
"terms": [
"lodging",
"motor hotel",
"overnight accommodations"
],
"name": "Motel"
}