mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
added snorkel shop as search item for scuba shop
This commit is contained in:
+1
-1
@@ -8357,7 +8357,7 @@ en:
|
||||
shop/scuba_diving:
|
||||
# shop=scuba_diving
|
||||
name: Scuba Diving Shop
|
||||
# 'terms: diving,scuba'
|
||||
# 'terms: diving,scuba,snorkel'
|
||||
terms: '<translate with synonyms or related terms for ''Scuba Diving Shop'', separated by commas>'
|
||||
shop/seafood:
|
||||
# shop=seafood
|
||||
|
||||
@@ -1181,7 +1181,7 @@
|
||||
"shop/radiotechnics": {"icon": "fas-microchip", "geometry": ["point", "area"], "tags": {"shop": "radiotechnics"}, "terms": ["antenna", "transistor"], "name": "Radio/Electronic Component Store"},
|
||||
"shop/religion": {"icon": "maki-shop", "fields": ["{shop}", "religion", "denomination"], "geometry": ["point", "area"], "tags": {"shop": "religion"}, "name": "Religious Store"},
|
||||
"shop/rental": {"icon": "fas-dolly", "geometry": ["point", "area"], "tags": {"shop": "rental"}, "name": "Rental Shop"},
|
||||
"shop/scuba_diving": {"icon": "temaki-scuba_diving", "fields": ["{shop}", "scuba_diving"], "geometry": ["point", "area"], "terms": ["diving", "scuba"], "tags": {"shop": "scuba_diving"}, "name": "Scuba Diving Shop"},
|
||||
"shop/scuba_diving": {"icon": "temaki-scuba_diving", "fields": ["{shop}", "scuba_diving"], "geometry": ["point", "area"], "terms": ["diving", "scuba", "snorkel"], "tags": {"shop": "scuba_diving"}, "name": "Scuba Diving Shop"},
|
||||
"shop/seafood": {"icon": "temaki-fish_cleaning", "geometry": ["point", "area"], "terms": ["fishmonger"], "tags": {"shop": "seafood"}, "name": "Seafood Shop"},
|
||||
"shop/second_hand": {"icon": "maki-shop", "fields": ["{shop}", "second_hand"], "geometry": ["point", "area"], "terms": ["secondhand", "second hand", "resale", "thrift", "used"], "tags": {"shop": "second_hand"}, "name": "Consignment/Thrift Store"},
|
||||
"shop/sewing": {"icon": "temaki-needle_and_spool", "geometry": ["point", "area"], "terms": ["haberdashery"], "tags": {"shop": "sewing"}, "name": "Sewing Supply Shop"},
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
],
|
||||
"terms": [
|
||||
"diving",
|
||||
"scuba"
|
||||
"scuba",
|
||||
"snorkel"
|
||||
],
|
||||
"tags": {
|
||||
"shop": "scuba_diving"
|
||||
|
||||
Vendored
+1
-1
@@ -9855,7 +9855,7 @@
|
||||
},
|
||||
"shop/scuba_diving": {
|
||||
"name": "Scuba Diving Shop",
|
||||
"terms": "diving,scuba"
|
||||
"terms": "diving,scuba,snorkel"
|
||||
},
|
||||
"shop/seafood": {
|
||||
"name": "Seafood Shop",
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
"abortcontroller-polyfill": "^1.4.0",
|
||||
"aes-js": "^3.1.2",
|
||||
"alif-toolkit": "^1.2.9",
|
||||
"all": "0.0.0",
|
||||
"browser-polyfills": "~1.5.0",
|
||||
"diacritics": "1.3.0",
|
||||
"fast-deep-equal": "~3.1.1",
|
||||
|
||||
Reference in New Issue
Block a user