forked from openstreetmap/id-tagging-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbar.json
45 lines (45 loc) · 832 Bytes
/
bar.json
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-bar",
"fields": [
"name",
"address",
"building_area",
"opening_hours",
"min_age",
"brewery"
],
"moreFields": [
"air_conditioning",
"email",
"fax",
"gnis/feature_id-US",
"internet_access",
"internet_access/fee",
"internet_access/ssid",
"level",
"microbrewery",
"opening_hours/covid19",
"operator",
"outdoor_seating",
"payment_multi",
"phone",
"ref/vatin",
"smoking",
"sport_pub",
"wheelchair"
],
"geometry": [
"point",
"area"
],
"terms": [
"dive",
"beer",
"bier",
"booze"
],
"tags": {
"amenity": "bar"
},
"name": "Bar"
}