mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
npm run build
This commit is contained in:
@@ -5165,6 +5165,7 @@ en:
|
||||
office/estate_agent:
|
||||
# office=estate_agent
|
||||
name: Real Estate Office
|
||||
# 'terms: real estate'
|
||||
terms: '<translate with synonyms or related terms for ''Real Estate Office'', separated by commas>'
|
||||
office/financial:
|
||||
# office=financial
|
||||
|
||||
@@ -685,7 +685,7 @@
|
||||
"office/educational_institution": {"icon": "maki-school", "geometry": ["point", "area"], "tags": {"office": "educational_institution"}, "terms": [], "name": "Educational Institution"},
|
||||
"office/employment_agency": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "employment_agency"}, "terms": ["job"], "name": "Employment Agency"},
|
||||
"office/energy_supplier": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "energy_supplier"}, "terms": ["electricity", "energy company", "energy utility", "gas utility"], "name": "Energy Supplier Office"},
|
||||
"office/estate_agent": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "estate_agent"}, "terms": [], "name": "Real Estate Office"},
|
||||
"office/estate_agent": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "estate_agent"}, "terms": ["real estate"], "name": "Real Estate Office"},
|
||||
"office/financial": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "financial"}, "terms": [], "name": "Financial Office"},
|
||||
"office/forestry": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "forestry"}, "terms": ["forest", "ranger"], "name": "Forestry Office"},
|
||||
"office/foundation": {"icon": "maki-suitcase", "geometry": ["point", "area"], "tags": {"office": "foundation"}, "terms": [], "name": "Foundation Office"},
|
||||
|
||||
Vendored
+1
-1
@@ -6311,7 +6311,7 @@
|
||||
},
|
||||
"office/estate_agent": {
|
||||
"name": "Real Estate Office",
|
||||
"terms": ""
|
||||
"terms": "real estate"
|
||||
},
|
||||
"office/financial": {
|
||||
"name": "Financial Office",
|
||||
|
||||
Reference in New Issue
Block a user