mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Add terms for Telecom Office preset
This commit is contained in:
+1
-1
@@ -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: '<translate with synonyms or related terms for ''Telecom Office'', separated by commas>'
|
||||
office/therapist:
|
||||
# office=therapist
|
||||
|
||||
@@ -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"},
|
||||
|
||||
@@ -9,8 +9,10 @@
|
||||
},
|
||||
"terms": [
|
||||
"communication",
|
||||
"internet",
|
||||
"phone",
|
||||
"internet service provider",
|
||||
"isp",
|
||||
"network",
|
||||
"telephone",
|
||||
"voice"
|
||||
],
|
||||
"name": "Telecom Office"
|
||||
|
||||
Vendored
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user