{
    "type": "overpass",
    "name": {
        "ast": "Serviciu Públicu",
        "cs": "Veřejné služby",
        "de": "Öffentliche Dienste",
        "el": "Δημόσιες Υπηρεσίες",
        "en": "Public Services",
        "et": "Kommunaalteenused",
        "fr": "Services Publics",
        "it": "Servizi pubblici",
        "ja": "公共サービス",
        "nl": "Openbare diensten",
        "ro": "Servicii publice",
        "ru": "Общественные места",
        "uk": "Громадські місця"
    },
    "query": {
        "12": "(node[amenity~'^(court_house|embassy|public_building|townhall)$'];way[amenity~'^(court_house|embassy|public_building|townhall)$'];relation[amenity~'^(court_house|embassy|public_building|townhall)$'];node[amenity=recycling][recyling_type=centre];way[amenity=recycling][recyling_type=centre];relation[amenity=recycling][recyling_type=centre];);",
        "16": "(node[amenity~'^(court_house|embassy|public_building|townhall|clock|drinking_water|recycling)$'];way[amenity~'^(court_house|embassy|public_building|townhall|recycling)$'];relation[amenity~'^(court_house|embassy|public_building|townhall|recycling)$'];node[drinking_water]);"
    },
    "feature": {
        "title": "{{ tags.name|default(tags.operator)|default(tagTrans('amenity', tags.amenity)) }}",
        "description": "{{ tagTrans('amenity', tags.amenity) }}",
        "body": "{% if tags.operator %}{{ keyTrans('operator') }}: {{ tags.operator }}<br/>{% endif %}",
        "markerSign": "{% if tags.amenity=='post_office' %}&#127972;{% elseif tags.amenity=='post_box'%}&#128238;{% elseif tags.amenity=='internet_cafe' %}&#128187;{% elseif tags.amenity=='telephone' %}&#9990;{% endif %}"
    }
}