Main categories of OpenStreetBrowser
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.

13 lines
345 B

  1. {
  2. "type": "overpass",
  3. "query": {
  4. "8": [
  5. "(",
  6. " way[boundary=aboriginal_lands];",
  7. " relation[boundary=aboriginal_lands];",
  8. " way[boundary=protected_area][protect_class=24];",
  9. " relation[boundary=protected_area][protect_class=24];",
  10. ")"
  11. ]
  12. }
  13. }