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.

52 lines
2.5 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "de": "Fossile Energie",
  5. "en": "Fossil energy"
  6. },
  7. "query": {
  8. "11": [
  9. "(",
  10. "way[man_made=pipeline][substance~\"^(oil|gas|lng|cng|multiphase)$\"];",
  11. "relation[man_made=pipeline][substance~\"^(oil|gas|lng|cng|multiphase)$\"];",
  12. "way[landuse=industrial][industrial~\"^(refinery)$\"];",
  13. "relation[landuse=industrial][industrial~\"^(refinery)$\"];",
  14. "way[waterway=offshore_field];",
  15. "relation[waterway=offshore_field];",
  16. "node[man_made~\"^(offshore_platform)$\"];",
  17. "way[man_made~\"^(offshore_platform)$\"];",
  18. "relation[man_made~\"^(offshore_platform)$\"];",
  19. ")"
  20. ],
  21. "13": [
  22. "(",
  23. "way[man_made=pipeline][substance~\"^(oil|gas|lng|cng|multiphase)$\"];",
  24. "relation[man_made=pipeline][substance~\"^(oil|gas|lng|cng|multiphase)$\"];",
  25. "way[landuse=industrial][industrial~\"^(oil|gas|lng|cng|multiphase|refinery|oil_refinery)$\"];",
  26. "relation[landuse=industrial][industrial~\"^(oil|gas|lng|cng|multiphase|refinery|oil_refinery)$\"];",
  27. "way[waterway=offshore_field];",
  28. "relation[waterway=offshore_field];",
  29. "node[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
  30. "node[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)$\"];",
  31. "way[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
  32. "way[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)$\"];",
  33. "relation[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
  34. "relation[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)$\"];",
  35. ")"
  36. ]
  37. },
  38. "feature": {
  39. "description": [
  40. "{% if tags.man_made == 'pipeline' %}",
  41. "{{ tagTrans('man_made', 'pipeline') }} ({{ tagTrans('substance', tags.substance) }})",
  42. "{% elseif tags.man_made %}",
  43. "{{ tagTrans('man_made', tags.man_made) }}",
  44. "{% elseif tags.landuse == 'industrial' %}",
  45. "{{ tagTrans('landuse', tags.landuse) }} ({{ tagTrans('industrial', tags.industrial) }})",
  46. "{% elseif tags.waterway == 'offshore_field' %}",
  47. "{{ tagTrans('waterway', tags.waterway) }}",
  48. "{% endif %}"
  49. ],
  50. "markerSymbol": null
  51. }
  52. }