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.

46 lines
1.9 KiB

7 years ago
  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Formaciones naturales",
  5. "cs": "Přírodní úkazy",
  6. "de": "Geographische Objekte",
  7. "el": "Φυσικοί Σχηματισμοί",
  8. "en": "Natural Formations",
  9. "fr": "Éléments naturels",
  10. "hu": "Természeti képződmények",
  11. "it": "Natura",
  12. "ja": "自然地層",
  13. "nl": "Natuurlijke Formaties",
  14. "pt-br": "Formações Naturais",
  15. "ru": "Природные образования",
  16. "uk": "Природне середовище"
  17. },
  18. "query": {
  19. "9": [
  20. "(",
  21. "node[natural~\"^(peak|volcano)$\"];",
  22. ")"
  23. ],
  24. "13": [
  25. "(",
  26. "node[natural~\"^(peak|volcano|wood|scrub|heath|grassland|fell|bare_rock|scree|shingle|sand|mud|water|wetland|glacier|bay|cape|beach|coastline|spring|hot_spring|geyser|valley|ridge|arete|cliff|saddle|rock|stone|sinkhole|cave_entrance)$\"];",
  27. "way[natural~\"^(peak|volcano|wood|scrub|heath|grassland|fell|bare_rock|scree|shingle|sand|mud|water|wetland|glacier|bay|cape|beach|coastline|spring|hot_spring|geyser|valley|ridge|arete|cliff|saddle|rock|stone|sinkhole|cave_entrance)$\"];",
  28. "relation[natural~\"^(peak|volcano|wood|scrub|heath|grassland|fell|bare_rock|scree|shingle|sand|mud|water|wetland|glacier|bay|cape|beach|coastline|spring|hot_spring|geyser|valley|ridge|arete|cliff|saddle|rock|stone|sinkhole|cave_entrance)$\"];",
  29. ")"
  30. ],
  31. "16": [
  32. "(",
  33. "node[natural];",
  34. "way[natural];",
  35. "relation[natural];",
  36. ")"
  37. ]
  38. },
  39. "feature": {
  40. "title": [
  41. "{{ localizedTag(tags, 'name') | default(trans('unnamed')) }}",
  42. "{% if tags.natural == 'peak' and tags.ele %}({{ tags.ele }}m){% endif %}"
  43. ],
  44. "description": "{{ tagTrans('natural', tags.natural) }}"
  45. }
  46. }