diff --git a/data/presets.yaml b/data/presets.yaml index b8fd00ce1..f9c5ad2ab 100644 --- a/data/presets.yaml +++ b/data/presets.yaml @@ -6079,7 +6079,7 @@ en: office/telecommunication: # office=telecommunication name: Telecom Office - # 'terms: communication,internet,phone,voice' + # 'terms: communication,internet service provider,isp,network,telephone,voice' terms: '' office/therapist: # office=therapist diff --git a/data/presets/presets.json b/data/presets/presets.json index 08d2d304d..7ddf61dd1 100644 --- a/data/presets/presets.json +++ b/data/presets/presets.json @@ -833,7 +833,7 @@ "office/research": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "research"}, "terms": [], "name": "Research Office"}, "office/surveyor": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "surveyor"}, "terms": [], "name": "Surveyor Office"}, "office/tax_advisor": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "tax_advisor"}, "terms": ["tax", "tax consultant"], "name": "Tax Advisor Office"}, - "office/telecommunication": {"icon": "maki-telephone", "geometry": ["point", "area"], "tags": {"office": "telecommunication"}, "terms": ["communication", "internet", "phone", "voice"], "name": "Telecom Office"}, + "office/telecommunication": {"icon": "maki-telephone", "geometry": ["point", "area"], "tags": {"office": "telecommunication"}, "terms": ["communication", "internet service provider", "isp", "network", "telephone", "voice"], "name": "Telecom Office"}, "office/therapist": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "therapist"}, "terms": ["therapy"], "name": "Therapist Office"}, "office/water_utility": {"icon": "maki-suitcase", "fields": ["{office}", "operator"], "geometry": ["point", "area"], "tags": {"office": "water_utility"}, "terms": ["water board", "utility"], "name": "Water Utility Office"}, "piste/downhill": {"icon": "fas-skiing", "fields": ["name", "piste/type", "piste/difficulty_downhill", "piste/grooming_downhill", "oneway", "lit"], "geometry": ["line", "area"], "terms": ["ski", "alpine", "snowboard", "downhill", "piste"], "tags": {"piste:type": "downhill"}, "name": "Downhill Piste/Ski Run"}, diff --git a/data/presets/presets/office/telecommunication.json b/data/presets/presets/office/telecommunication.json index 113845cf6..24653f098 100644 --- a/data/presets/presets/office/telecommunication.json +++ b/data/presets/presets/office/telecommunication.json @@ -9,8 +9,10 @@ }, "terms": [ "communication", - "internet", - "phone", + "internet service provider", + "isp", + "network", + "telephone", "voice" ], "name": "Telecom Office" diff --git a/dist/locales/en.json b/dist/locales/en.json index 82b6d025e..3600c39e5 100644 --- a/dist/locales/en.json +++ b/dist/locales/en.json @@ -7693,7 +7693,7 @@ }, "office/telecommunication": { "name": "Telecom Office", - "terms": "communication,internet,phone,voice" + "terms": "communication,internet service provider,isp,network,telephone,voice" }, "office/therapist": { "name": "Therapist Office",