forked from OpenStreetBrowser/main
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.
21 lines
978 B
21 lines
978 B
{
|
|
"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": "(\nnode[landuse~\"^(quarry|salt_pond)$\"];\nnode[man_made~\"^(mineshaft)$\"];\nway[landuse~\"^(quarry|salt_pond)$\"];\nway[man_made~\"^(mineshaft)$\"];\nrelation[landuse~\"^(quarry|salt_pond)$\"];\nrelation[man_made~\"^(mineshaft)$\"];\n)"
|
|
},
|
|
"feature": {
|
|
"pre": "{% if tags.landuse in [ 'quarry', 'salt_pond' ] %}\n {% set key = 'landuse' %}\n {% set value = tags.landuse %}\n{% else %}\n {% set key = 'man_made' %}\n {% set value = tags.man_made %}\n{% endif %}",
|
|
"description": "{{ tagTrans(key, value) }}",
|
|
"body": "{{ tagTrans(key, value) }}"
|
|
}
|
|
}
|