Add shop=art preset

Fixes #2125
This commit is contained in:
John Firebaugh
2014-02-16 11:28:45 -08:00
parent d1f02b2ac7
commit 9e1c1cee06
4 changed files with 49 additions and 0 deletions
+3
View File
@@ -1470,6 +1470,9 @@ en:
shop/alcohol:
name: Liquor Store
terms: "<translate with synonyms or related terms for 'Liquor Store', separated by commas>"
shop/art:
name: Art Shop
terms: "<translate with synonyms or related terms for 'Art Shop', separated by commas>"
shop/bakery:
name: Bakery
terms: "<translate with synonyms or related terms for 'Bakery', separated by commas>"
+21
View File
@@ -6278,6 +6278,27 @@
],
"name": "Liquor Store"
},
"shop/art": {
"icon": "art-gallery",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"art store",
"art gallery"
],
"tags": {
"shop": "art"
},
"name": "Art Shop"
},
"shop/bakery": {
"icon": "bakery",
"fields": [
+21
View File
@@ -0,0 +1,21 @@
{
"icon": "art-gallery",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"terms": [
"art store",
"art gallery"
],
"tags": {
"shop": "art"
},
"name": "Art Shop"
}
+4
View File
@@ -2391,6 +2391,10 @@
"name": "Liquor Store",
"terms": "alcohol"
},
"shop/art": {
"name": "Art Shop",
"terms": "art store,art gallery"
},
"shop/bakery": {
"name": "Bakery",
"terms": ""