diff --git a/huts.json b/huts.json new file mode 100644 index 0000000..1982346 --- /dev/null +++ b/huts.json @@ -0,0 +1,24 @@ +{ + "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 %}" + ] + } +}