diff --git a/office.json b/office.json
index 5675114f..75bd8282 100644
--- a/office.json
+++ b/office.json
@@ -2,7 +2,7 @@
"type": "overpass",
"name": {
"en": "Offices",
- "de": "Büros"
+ "de": "Ämter, Dienst- und Geschäftsstellen"
},
"query": {
"14": "nwr[office]"
@@ -11,6 +11,34 @@
"description": [
"{{ tagTrans('office', tags.office) }}",
"{% if tags.office == 'government' and tags.government %}({{ tagTrans('government', tags.government) }}){% endif %}"
- ]
+ ],
+ "markerSign": "{{ const[tags.office]|raw }}"
+ },
+ "const": {
+ "government": "",
+ "company": "",
+ "estate_agent": "",
+ "insurance": "",
+ "lawyer": "",
+ "educational_institution": "",
+ "administrative": "",
+ "telecommunication": "",
+ "ngo": "",
+ "quango": "",
+ "association": "",
+ "it": "",
+ "accountant": "",
+ "tax_advisor": "",
+ "employment_agency": "",
+ "research": "",
+ "religion": "",
+ "architect": "",
+ "financial": "",
+ "newspaper": "",
+ "political_party": "",
+ "advertising_agency": "",
+ "therapist": "",
+ "travel_agent": "",
+ "publisher": ""
}
}