A repository for testing purposes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
566 B

{
"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 %}"
]
}
}