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.

65 lines
4.1 KiB

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