{
    "type": "overpass",
    "name": {
        "en": "Huts",
        "de": "Hütten"
    },
    "query": {
        "14": [
            "(",
            "nwr[shelter_type=basic_hut];",
            "nwr[tourism=wilderness_hut];",
            ")"
        ]
    },
    "feature": {
        "description": [
            "{% if tags.shelter_type %}",
            "{{ tagTransList('shelter_type', tags.shelter_type) }}",
            "{% elseif tags.tourism %}",
            "{{ tagTransList('tourism', tags.wilderness_hut) }}",
            "{% endif %}"
        ]
    }
}