Add shop=seafood; hide fishmonger in search (fixes #2189)

This commit is contained in:
John Firebaugh
2014-04-08 15:35:22 -04:00
parent 34fb92627d
commit 88e8f5cf06
5 changed files with 51 additions and 2 deletions
+3
View File
@@ -1649,6 +1649,9 @@ en:
shop/photo:
name: Photography Store
terms: "<translate with synonyms or related terms for 'Photography Store', separated by commas>"
shop/seafood:
name: Seafood Shop
terms: "<translate with synonyms or related terms for 'Seafood Shop', separated by commas>"
shop/shoes:
name: Shoe Store
terms: "<translate with synonyms or related terms for 'Shoe Store', separated by commas>"
+22 -1
View File
@@ -6861,7 +6861,8 @@
"tags": {
"shop": "fishmonger"
},
"name": "Fishmonger"
"name": "Fishmonger",
"searchable": false
},
"shop/florist": {
"icon": "shop",
@@ -7267,6 +7268,26 @@
},
"name": "Photography Store"
},
"shop/seafood": {
"icon": "shop",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "seafood"
},
"terms": [
"fishmonger"
],
"name": "Seafood Shop"
},
"shop/shoes": {
"icon": "shop",
"fields": [
+2 -1
View File
@@ -13,5 +13,6 @@
"tags": {
"shop": "fishmonger"
},
"name": "Fishmonger"
"name": "Fishmonger",
"searchable": false
}
+20
View File
@@ -0,0 +1,20 @@
{
"icon": "shop",
"fields": [
"address",
"building_area",
"opening_hours"
],
"geometry": [
"point",
"vertex",
"area"
],
"tags": {
"shop": "seafood"
},
"terms": [
"fishmonger"
],
"name": "Seafood Shop"
}
+4
View File
@@ -2635,6 +2635,10 @@
"name": "Photography Store",
"terms": ""
},
"shop/seafood": {
"name": "Seafood Shop",
"terms": "fishmonger"
},
"shop/shoes": {
"name": "Shoe Store",
"terms": ""