{
"type": "overpass",
"name": {
"de": "Ämter, Dienst- und Geschäftsstellen",
"en": "Offices",
"fr": "Bureaux",
"hu": "Irodák, hivatalok",
"pt-br": "Escritórios e agências"
},
"query": {
"14": "nwr[office]"
},
"feature": {
"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": ""
},
"filter": {
"type": {
"name": "{{ trans('filter:type') }}",
"show_default": "true",
"type": "select",
"values": "{% for k, v in const %}{% endfor %}"
}
}
}