diff --git a/data/presets.yaml b/data/presets.yaml index 91621a107..48e11b274 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -8357,7 +8357,7 @@ en: shop/scuba_diving: # shop=scuba_diving name: Scuba Diving Shop - # 'terms: diving,scuba' + # 'terms: diving,scuba,snorkel' terms: '' shop/seafood: # shop=seafood diff --git a/data/presets/presets.json b/data/presets/presets.json index f847b5f1a..13ce0e7fd 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -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"}, diff --git a/data/presets/presets/shop/scuba_diving.json b/data/presets/presets/shop/scuba_diving.json index f2376abd1..63a1bcdaa 100644 --- a/data/presets/presets/shop/scuba_diving.json +++ b/data/presets/presets/shop/scuba_diving.json @@ -10,7 +10,8 @@ ], "terms": [ "diving", - "scuba" + "scuba", + "snorkel" ], "tags": { "shop": "scuba_diving" diff --git a/dist/locales/en.json b/dist/locales/en.json index d9306797e..cb4eda33d 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -9855,7 +9855,7 @@ }, "shop/scuba_diving": { "name": "Scuba Diving Shop", - "terms": "diving,scuba" + "terms": "diving,scuba,snorkel" }, "shop/seafood": { "name": "Seafood Shop", diff --git a/package.json b/package.json index 65e1250d9..92d8e92c0 100644 --- a/package.json +++ b/package.json @@ -123,4 +123,4 @@ "browserslist": [ "> 0.2%, last 6 major versions, Firefox ESR, maintained node versions" ] -} +} \ No newline at end of file