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.

45 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": "Formation Naturelle",
  10. "hu": "Természeti képződmények",
  11. "it": "Natura",
  12. "ja": "自然地層",
  13. "nl": "Natuurlijke Formaties",
  14. "ru": "Природные образования",
  15. "uk": "Природне середовище"
  16. },
  17. "query": {
  18. "9": [
  19. "(",
  20. "node[natural~\"^(peak|volcano)$\"];",
  21. ")"
  22. ],
  23. "16": [
  24. "(",
  25. "node[natural];",
  26. "way[natural];",
  27. "relation[natural];",
  28. ")"
  29. ],
  30. "13": [
  31. "(",
  32. "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)$\"];",
  33. "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)$\"];",
  34. "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)$\"];",
  35. ")"
  36. ]
  37. },
  38. "feature": {
  39. "title": [
  40. "{{ localizedTag(tags, 'name') | default(trans('unnamed')) }}",
  41. "{% if tags.natural == 'peak' and tags.ele %}({{ tags.ele }}m){% endif %}"
  42. ],
  43. "description": "{{ tagTrans('natural', tags.natural) }}"
  44. }
  45. }