Browse Source

huts

master
parent
commit
44401ecfaf
  1. 24
      huts.json

24
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 %}"
]
}
}
Loading…
Cancel
Save