{ "type": "overpass", "name": { "en": "Climbing" }, "query": { "12": [ "(", "nwr[sport~\"^(.*;|)climbing(|;.*)$\"];", "nwr[highway=via_ferrata];", "nwr[climbing~\"^(route|crag|boulder)$\"];", "nwr[~\"^climbing:\"~\"^(yes|[0-9]+)$\"];", ")" ], "16": [ "(", "nwr[sport~\"^(.*;|)climbing(|;.*)$\"];", "nwr[highway=via_ferrata];", "nwr[climbing];", "nwr[~\"^climbing:\"~\"^(yes|[0-9]+)$\"];", ")" ] }, "feature": { "description": [ "{% set dash = false %}", "{% if tags.natural %}", " {{ tagTransList('natural', tags.natural) }}", " {% set dash=true %}", "{% elseif tags.leisure %}", " {% if dash %} - {% endif %}", " {{ tagTransList('leisure', tags.leisure) }}", " {% set dash=true %}", "{% endif %}", "", "{% if tags.highway == 'via_ferrata' %}", " {% if dash %} - {% endif %}", " {{ tagTrans('highway', 'via_ferrata') }}", " {% set dash=true %}", "{% endif %}", "", "{% if tags.climbing and tags.climbing != 'yes' %}", " {% if dash %} - {% endif %}", " {{ tagTransList('climbing', tags.climbing) }}", "{% endif %}" ], "body": [ "" ] } }