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.

233 lines
6.7 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": "Formações naturais",
  15. "pt-br": "Formações naturais",
  16. "ru": "Природные образования",
  17. "uk": "Природне середовище"
  18. },
  19. "query": {
  20. "9": [
  21. "(",
  22. "node[natural~\"^(peak|volcano)$\"];",
  23. ")"
  24. ],
  25. "13": [
  26. "(",
  27. "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)$\"];",
  28. "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)$\"];",
  29. "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)$\"];",
  30. ")"
  31. ],
  32. "16": [
  33. "(",
  34. "node[natural];",
  35. "way[natural];",
  36. "relation[natural];",
  37. ")"
  38. ]
  39. },
  40. "feature": {
  41. "title": [
  42. "{{ localizedTag(tags, 'name') | default(trans('unnamed')) }}",
  43. "{% if tags.natural == 'peak' and tags.ele %}({{ tags.ele }}m){% endif %}"
  44. ],
  45. "description": "{{ tagTrans('natural', tags.natural) }}",
  46. "style": {
  47. "color": "{{ const[tags.natural].color|default('#f2756a') }}"
  48. },
  49. "markerSign": "<span style='color: white'>{{ const[tags.natural].sign|raw }}</span>",
  50. "markerSymbol": "{{ markerPointer({ fillColor: const[tags.natural].color|default('#f2756a') })|raw }}",
  51. "listMarkerSymbol": "{{ markerCircle({ fillColor: const[tags.natural].color|default('#f2756a') })|raw }}"
  52. },
  53. "const": {
  54. "wood": {
  55. "sign": "<i class='fas fa-tree'></i>",
  56. "color": "darkgreen",
  57. "group": "vegetation"
  58. },
  59. "tree_row": {
  60. "sign": "<i class='fas fa-tree'></i>",
  61. "color": "darkgreen",
  62. "group": "vegetation"
  63. },
  64. "tree": {
  65. "sign": "<i class='fas fa-tree'></i>",
  66. "color": "darkgreen",
  67. "group": "vegetation"
  68. },
  69. "scrub": {
  70. "sign": "",
  71. "color": "green",
  72. "group": "vegetation"
  73. },
  74. "heath": {
  75. "sign": "",
  76. "color": "green",
  77. "group": "vegetation"
  78. },
  79. "moor": {
  80. "sign": "",
  81. "color": "#8aba50",
  82. "group": "vegetation"
  83. },
  84. "grassland": {
  85. "sign": "",
  86. "color": "#00dd24",
  87. "group": "vegetation"
  88. },
  89. "fell": {
  90. "sign": "",
  91. "color": "#49ba91",
  92. "group": "vegetation"
  93. },
  94. "bare_rock": {
  95. "sign": "",
  96. "color": "#6f6f6f",
  97. "group": "vegetation"
  98. },
  99. "scree": {
  100. "sign": "",
  101. "color": "#6f6f6f",
  102. "group": "vegetation"
  103. },
  104. "shingle": {
  105. "sign": "",
  106. "color": "#6f6f6f",
  107. "group": "vegetation"
  108. },
  109. "sand": {
  110. "sign": "",
  111. "color": "#f9d199",
  112. "group": "vegetation"
  113. },
  114. "mud": {
  115. "sign": "<img data-src='maki:wetland?fill=white'>",
  116. "color": "#988b00",
  117. "group": "vegetation"
  118. },
  119. "water": {
  120. "sign": "<i class='fas fa-water'></i>",
  121. "color": "blue",
  122. "group": "water"
  123. },
  124. "wetland": {
  125. "sign": "<img data-src='maki:wetland?fill=white'>",
  126. "color": "#00baff",
  127. "group": "water"
  128. },
  129. "glacier": {
  130. "sign": "<i style='color: black;' class='fas fa-icicles'></i>",
  131. "color": "white",
  132. "group": "water"
  133. },
  134. "bay": {
  135. "sign": "",
  136. "group": "water"
  137. },
  138. "cape": {
  139. "sign": "",
  140. "group": "water"
  141. },
  142. "peninsula": {
  143. "sign": "",
  144. "group": "water"
  145. },
  146. "strait": {
  147. "sign": "",
  148. "group": "water"
  149. },
  150. "beach": {
  151. "sign": "<i class='fas fa-umbrella-beach'></i>",
  152. "color": "#f9d199",
  153. "group": "water"
  154. },
  155. "coastline": {
  156. "sign": "",
  157. "group": "water"
  158. },
  159. "spring": {
  160. "sign": "",
  161. "group": "water"
  162. },
  163. "hot_spring": {
  164. "sign": "",
  165. "group": "water"
  166. },
  167. "geyser": {
  168. "sign": "",
  169. "group": "water"
  170. },
  171. "reef": {
  172. "sign": "",
  173. "group": "water"
  174. },
  175. "peak": {
  176. "sign": "<i class='fas fa-mountain'></i>",
  177. "color": "#4f4f4f",
  178. "group": "landform"
  179. },
  180. "hill": {
  181. "sign": "",
  182. "group": "landform"
  183. },
  184. "volcano": {
  185. "sign": "",
  186. "group": "landform"
  187. },
  188. "valley": {
  189. "sign": "",
  190. "group": "landform"
  191. },
  192. "river_terrace": {
  193. "sign": "",
  194. "group": "landform"
  195. },
  196. "ridge": {
  197. "sign": "",
  198. "group": "landform"
  199. },
  200. "arete": {
  201. "sign": "",
  202. "group": "landform"
  203. },
  204. "cliff": {
  205. "sign": "",
  206. "color": "#4f4f4f",
  207. "group": "landform"
  208. },
  209. "saddle": {
  210. "sign": "",
  211. "color": "#4f4f4f",
  212. "group": "landform"
  213. },
  214. "rock": {
  215. "sign": "",
  216. "color": "#4f4f4f",
  217. "group": "landform"
  218. },
  219. "stone": {
  220. "sign": "",
  221. "color": "#4f4f4f",
  222. "group": "landform"
  223. },
  224. "sinkhole": {
  225. "sign": "",
  226. "group": "landform"
  227. },
  228. "cave_entrance": {
  229. "sign": "",
  230. "group": "landform"
  231. }
  232. }
  233. }