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.

66 lines
4.1 KiB

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