mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Add shop=seafood; hide fishmonger in search (fixes #2189)
This commit is contained in:
@@ -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>"
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -13,5 +13,6 @@
|
||||
"tags": {
|
||||
"shop": "fishmonger"
|
||||
},
|
||||
"name": "Fishmonger"
|
||||
"name": "Fishmonger",
|
||||
"searchable": false
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"icon": "shop",
|
||||
"fields": [
|
||||
"address",
|
||||
"building_area",
|
||||
"opening_hours"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"vertex",
|
||||
"area"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "seafood"
|
||||
},
|
||||
"terms": [
|
||||
"fishmonger"
|
||||
],
|
||||
"name": "Seafood Shop"
|
||||
}
|
||||
Vendored
+4
@@ -2635,6 +2635,10 @@
|
||||
"name": "Photography Store",
|
||||
"terms": ""
|
||||
},
|
||||
"shop/seafood": {
|
||||
"name": "Seafood Shop",
|
||||
"terms": "fishmonger"
|
||||
},
|
||||
"shop/shoes": {
|
||||
"name": "Shoe Store",
|
||||
"terms": ""
|
||||
|
||||
Reference in New Issue
Block a user