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.

21 lines
978 B

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "ast": "Estraición de recursos",
  5. "cs": "Těžba surovin",
  6. "de": "Ressourcengewinnung",
  7. "en": "Resource Extraction",
  8. "fr": "Extraction des ressources",
  9. "it": "Areee estrattive",
  10. "nl": "Grondstoffenwinning",
  11. "ru": "Добыча ресурсов"
  12. },
  13. "query": {
  14. "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)"
  15. },
  16. "feature": {
  17. "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 %}",
  18. "description": "{{ tagTrans(key, value) }}",
  19. "body": "{{ tagTrans(key, value) }}"
  20. }
  21. }