Add shop=wine preset

This commit is contained in:
John Firebaugh
2014-04-26 12:44:13 -07:00
parent 154c9a72e4
commit 300c777280
4 changed files with 47 additions and 0 deletions
+3
View File
@@ -1685,6 +1685,9 @@ en:
shop/video:
name: Video Store
terms: "<translate with synonyms or related terms for 'Video Store', separated by commas>"
shop/wine:
name: Wine Shop
terms: "<translate with synonyms or related terms for 'Wine Shop', separated by commas>"
tourism:
name: Tourism
terms: "<translate with synonyms or related terms for 'Tourism', separated by commas>"
+20
View File
@@ -7493,6 +7493,26 @@
},
"name": "Video Store"
},
"shop/wine": {
"icon": "alcohol-shop",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "wine"
},
"terms": [
"winery"
],
"name": "Wine Shop"
},
"tourism": {
"fields": [
"tourism"
+20
View File
@@ -0,0 +1,20 @@
{
"icon": "alcohol-shop",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "wine"
},
"terms": [
"winery"
],
"name": "Wine Shop"
}
+4
View File
@@ -2683,6 +2683,10 @@
"name": "Video Store",
"terms": ""
},
"shop/wine": {
"name": "Wine Shop",
"terms": "winery"
},
"tourism": {
"name": "Tourism",
"terms": ""