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.

64 lines
4.1 KiB

  1. {
  2. "type": "overpass",
  3. "name": {
  4. "de": "Erdöl und Erdgas",
  5. "en": "Petroleum and natural gas"
  6. },
  7. "query": {
  8. "11": [
  9. "(",
  10. "way[man_made~\"^(pipeline|goods_conveyor)$\"][substance~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  11. "relation[man_made~\"^(pipeline|goods_conveyor)$\"][substance~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  12. "node[landuse=industrial][industrial~\"^(|.*;)(refinery)(|;.*)$\"];",
  13. "way[landuse=industrial][industrial~\"^(|.*;)(refinery)(|;.*)$\"];",
  14. "relation[landuse=industrial][industrial~\"^(|.*;)(refinery)(|;.*)$\"];",
  15. "way[waterway=offshore_field];",
  16. "relation[waterway=offshore_field];",
  17. "node[man_made~\"^(offshore_platform)$\"];",
  18. "way[man_made~\"^(offshore_platform)$\"];",
  19. "relation[man_made~\"^(offshore_platform)$\"];",
  20. "node[power~\"^(plant)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  21. "way[power~\"^(plant)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  22. "relation[power~\"^(plant)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  23. ")"
  24. ],
  25. "13": [
  26. "(",
  27. "way[man_made~\"^(pipeline|goods_conveyor)$\"][substance~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  28. "relation[man_made~\"^(pipeline|goods_conveyor)$\"][substance~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  29. "node[landuse=industrial][industrial~\"^(|.*;)(oil|gas|lng|cng|multiphase|refinery|oil_refinery)(|;.*)$\"];",
  30. "way[landuse=industrial][industrial~\"^(|.*;)(oil|gas|lng|cng|multiphase|refinery|oil_refinery)(|;.*)$\"];",
  31. "relation[landuse=industrial][industrial~\"^(|.*;)(oil|gas|lng|cng|multiphase|refinery|oil_refinery)(|;.*)$\"];",
  32. "way[waterway=offshore_field];",
  33. "relation[waterway=offshore_field];",
  34. "node[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
  35. "node[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)$\"];",
  36. "way[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
  37. "way[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  38. "relation[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)(|;.*)$\"];",
  39. "relation[man_made~\"^(storage_tank)$\"][contents~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  40. "node[power~\"^(plant|generator)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  41. "way[power~\"^(plant|generator)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  42. "relation[power~\"^(plant|generator)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  43. ")"
  44. ]
  45. },
  46. "feature": {
  47. "description": [
  48. "{% if tags.man_made == 'pipeline' %}",
  49. "{{ tagTrans('man_made', 'pipeline') }} ({{ tagTrans('substance', tags.substance) }})",
  50. "{% elseif tags.man_made %}",
  51. "{{ tagTrans('man_made', tags.man_made) }}",
  52. "{% elseif tags.power == 'plant' %}",
  53. "{{ tagTrans('power', 'plant') }} {% if attribute(tags, 'generator:source') %}({{ tagTransList('generator:source', attribute(tags, 'generator:source')) }}){% endif %}",
  54. "{% elseif tags.power == 'generator' %}",
  55. "{{ tagTrans('power', 'generator') }} {% if attribute(tags, 'generator:source') %}({{ tagTransList('generator:source', attribute(tags, 'generator:source')) }}){% endif %}",
  56. "{% elseif tags.waterway == 'offshore_field' %}",
  57. "{{ tagTrans('waterway', tags.waterway) }}",
  58. "{% elseif tags.landuse == 'industrial' %}",
  59. "{{ tagTrans('landuse', tags.landuse) }} ({{ tagTrans('industrial', tags.industrial) }})",
  60. "{% endif %}"
  61. ],
  62. "markerSymbol": null
  63. }
  64. }