-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathtaginfo.json
80 lines (80 loc) · 2.38 KB
/
taginfo.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"data_format": 1,
"data_url": "http://openbeermap.github.io/taginfo.json",
"project": {
"name": "OpenBeerMap",
"description": "The free and editable map of draft beers",
"project_url": "http://openbeermap.github.io/",
"icon_url": "http://openbeermap.github.io/assets/img/application/ffos-16.png",
"contact_name": "Noémie Lehuby",
"contact_email": "openbeermap@gmail.com"
},
"tags": [
{
"key": "brewery",
"object_types": ["area", "node"],
"description": "draft beers served : displayed on the map ; can be edited"
},
{
"key": "brewery",
"value": "none",
"object_types": ["area", "node"],
"description": "excluded from display on the map"
},
{
"key": "brewery:note",
"object_types": ["area", "node"],
"description": "note on draft beers : created by the project ; included to brewery after moderation ; can be edited"
},
{
"key": "name",
"object_types": ["area", "node"],
"description": "name of the bar : displayed on the map ; can be edited"
},
{
"key": "internet_access",
"object_types": ["area", "node"],
"description": "displayed on the map ; can be edited"
},
{
"key": "opening_hours",
"object_types": ["area", "node"],
"description": "displayed on the map ; cannot be edited"
},
{
"key": "happy_hours",
"object_types": ["area", "node"],
"description": "displayed on the map ; cannot be edited"
},
{
"key": "amenity",
"value": "bar",
"object_types": ["area", "node"],
"description": "displayed on the map ; cannot be edited"
},
{
"key": "amenity",
"value": "cafe",
"object_types": ["area", "node"],
"description": "displayed on the map if not cuisine = coffee_shop; cannot be edited"
},
{
"key": "amenity",
"value": "biergarten",
"object_types": ["node"],
"description": "displayed on the map ; cannot be edited"
},
{
"key": "microbrewery",
"value": "yes",
"object_types": ["node"],
"description": "displayed on the map if tagged on an amenity; cannot be edited"
},
{
"key": "amenity",
"value": "pub",
"object_types": ["area", "node"],
"description": "displayed on the map ; cannot be edited"
}
]
}