Browse Source

Category 'natural'

fossil
parent
commit
c830277979
  1. 3
      index.json
  2. 11
      natural.json

3
index.json

@ -193,6 +193,9 @@
},
{
"id": "places"
},
{
"id": "natural"
}
]
}

11
natural.json

@ -12,5 +12,16 @@
"nl": "Natuurlijke Formaties",
"ru": "Природные образования",
"uk": "Природне середовище"
},
"type": "overpass",
"query": {
"9": "(node[natural~\"^(peak|volcano|];)",
"16": "(node[natural];way[natural];relation[natural];)",
"13": "(\nnode[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)$\"];\nway[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)$\"];\nrelation[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)$\"];\n)"
},
"feature": {
"title": "{{ localizedTag(tags, 'name') | default(trans('unnamed')) }}\n{% if tags.natural == 'peak' and tags.ele %}({{ tags.ele }}m){% endif %}",
"description": "{{ tagTrans('natural', tags.natural) }}",
"body": "{{ tagTrans('natural', tags.natural) }}"
}
}
Loading…
Cancel
Save