Browse Source

climbing: unfinished category

climbing
parent
commit
94dd738f54
  1. 15
      climbing.json

15
climbing.json

@ -0,0 +1,15 @@
{
"type": "overpass",
"name": {
"en": "Climbing"
},
"query": {
"11": [
"(",
"nwr[sport~\"^(.*;|)climbing(|;.*)$\"];",
"nwr[highway=via_ferrata];",
"nwr[climbing~\"^(route|crag|boulder)$\"];",
")"
]
}
}
Loading…
Cancel
Save