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.
 
 

37 lines
1.1 KiB

{
"type": "overpass",
"name": {
"ast": "Estraición de recursos",
"cs": "Těžba surovin",
"de": "Ressourcengewinnung",
"en": "Resource Extraction",
"fr": "Extraction des ressources",
"it": "Areee estrattive",
"nl": "Grondstoffenwinning",
"ru": "Добыча ресурсов"
},
"query": {
"11": [
"(",
"node[landuse~\"^(quarry|salt_pond)$\"];",
"node[man_made~\"^(mineshaft)$\"];",
"way[landuse~\"^(quarry|salt_pond)$\"];",
"way[man_made~\"^(mineshaft)$\"];",
"relation[landuse~\"^(quarry|salt_pond)$\"];",
"relation[man_made~\"^(mineshaft)$\"];",
")"
]
},
"feature": {
"pre": [
"{% if tags.landuse in [ 'quarry', 'salt_pond' ] %}",
" {% set key = 'landuse' %}",
" {% set value = tags.landuse %}",
"{% else %}",
" {% set key = 'man_made' %}",
" {% set value = tags.man_made %}",
"{% endif %}"
],
"description": "{{ tagTrans(key, value) }}"
}
}