This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtaginfo.json
144 lines (144 loc) · 3.6 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"data_format": 1,
"data_url": "https://raw.githubusercontent.com/Rudloff/openvegemap/master/taginfo.json",
"project": {
"name": "OpenVegeMap",
"description": "Find vegetarian and vegan restaurants in your city",
"project_url": "https://github.com/Rudloff/openvegemap",
"doc_url": "https://wiki.openstreetmap.org/wiki/OpenVegeMap",
"icon_url": "https://raw.githubusercontent.com/Rudloff/openvegemap/master/img/favicon-32x32.png",
"contact_name": "Pierre Rudloff",
"contact_email": "[email protected]"
},
"tags": [
{
"key": "diet:vegan",
"description": "Displayed in popup"
},
{
"key": "diet:vegan",
"value": "only",
"icon_url": "https://imgplaceholder.com/64x64/72af26/ffffff/fa-dot-circle-o"
},
{
"key": "diet:vegan",
"value": "yes",
"icon_url": "https://imgplaceholder.com/64x64/72af26/ffffff/fa-circle"
},
{
"key": "diet:vegetarian",
"description": "Displayed in popup"
},
{
"key": "diet:vegetarian",
"value": "only",
"icon_url": "https://imgplaceholder.com/64x64/728224/ffffff/fa-circle-thin"
},
{
"key": "diet:vegetarian",
"value": "yes",
"icon_url": "https://imgplaceholder.com/64x64/728224/ffffff/fa-circle-o"
},
{
"key": "diet:vegetarian",
"value": "no",
"icon_url": "https://imgplaceholder.com/64x64/d63e2a/ffffff/fa-ban"
},
{
"key": "shop",
"value": "bakery",
"description": "🥖 Displayed as an emoji in tooltip"
},
{
"key": "shop",
"description": "🛒 Displayed as an emoji in tooltip"
},
{
"key": "craft",
"value": "caterer",
"description": "🍴 Displayed as an emoji in tooltip"
},
{
"key": "amenity",
"value": "fast_food",
"description": "🍔 Displayed as an emoji in tooltip"
},
{
"key": "amenity",
"value": "restaurant",
"description": "🍴 Displayed as an emoji in tooltip"
},
{
"key": "amenity",
"value": "cafe",
"description": "🍵 Displayed as an emoji in tooltip"
},
{
"key": "amenity",
"value": "bar",
"description": "🍸 Displayed as an emoji in tooltip"
},
{
"key": "amenity",
"value": "pub",
"description": "🍺 Displayed as an emoji in tooltip"
},
{
"key": "amenity",
"value": "ice_cream",
"description": "🍨 Displayed as an emoji in tooltip"
},
{
"key": "contact:phone",
"description": "Displayed in popup if ‘phone’ tag is not present"
},
{
"key": "phone",
"description": "Displayed in popup"
},
{
"key": "contact:website",
"description": "Displayed in popup if ‘website’ tag is not present"
},
{
"key": "website",
"description": "Displayed in popup"
},
{
"key": "addr:housenumber",
"description": "Displayed in popup"
},
{
"key": "addr:street",
"description": "Displayed in popup"
},
{
"key": "addr:city",
"description": "Displayed in popup"
},
{
"key": "addr:postcode",
"description": "Displayed in popup"
},
{
"key": "addr:country",
"description": "Displayed in popup"
},
{
"key": "cuisine",
"description": "Displayed in popup"
},
{
"key": "takeaway",
"description": "Displayed in popup"
},
{
"key": "opening_hours",
"description": "Displayed in popup"
},
{
"key": "name",
"description": "Displayed in tooltip and in popup"
}
]
}