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

2 years ago
  1. {
  2. "type": "overpass",
  3. "name": {
  4. "en": "Huts",
  5. "de": "Hütten"
  6. },
  7. "query": {
  8. "14": [
  9. "(",
  10. "nwr[shelter_type=basic_hut];",
  11. "nwr[tourism=wilderness_hut];",
  12. ")"
  13. ]
  14. },
  15. "feature": {
  16. "description": [
  17. "{% if tags.shelter_type %}",
  18. "{{ tagTransList('shelter_type', tags.shelter_type) }}",
  19. "{% elseif tags.tourism %}",
  20. "{{ tagTransList('tourism', tags.wilderness_hut) }}",
  21. "{% endif %}"
  22. ]
  23. }
  24. }