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.

67 lines
4.2 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. "hu": "Kőolaj, földgáz",
  8. "pt-br": "Petróleo e gás"
  9. },
  10. "query": {
  11. "11": [
  12. "(",
  13. "way[man_made~\"^(pipeline|goods_conveyor)$\"][substance~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  14. "relation[man_made~\"^(pipeline|goods_conveyor)$\"][substance~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  15. "node[landuse=industrial][industrial~\"^(|.*;)(refinery)(|;.*)$\"];",
  16. "way[landuse=industrial][industrial~\"^(|.*;)(refinery)(|;.*)$\"];",
  17. "relation[landuse=industrial][industrial~\"^(|.*;)(refinery)(|;.*)$\"];",
  18. "way[waterway=offshore_field];",
  19. "relation[waterway=offshore_field];",
  20. "node[man_made~\"^(offshore_platform)$\"];",
  21. "way[man_made~\"^(offshore_platform)$\"];",
  22. "relation[man_made~\"^(offshore_platform)$\"];",
  23. "node[power~\"^(plant)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  24. "way[power~\"^(plant)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  25. "relation[power~\"^(plant)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  26. ")"
  27. ],
  28. "13": [
  29. "(",
  30. "way[man_made~\"^(pipeline|goods_conveyor)$\"][substance~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  31. "relation[man_made~\"^(pipeline|goods_conveyor)$\"][substance~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  32. "node[landuse=industrial][industrial~\"^(|.*;)(oil|gas|lng|cng|multiphase|refinery|oil_refinery)(|;.*)$\"];",
  33. "way[landuse=industrial][industrial~\"^(|.*;)(oil|gas|lng|cng|multiphase|refinery|oil_refinery)(|;.*)$\"];",
  34. "relation[landuse=industrial][industrial~\"^(|.*;)(oil|gas|lng|cng|multiphase|refinery|oil_refinery)(|;.*)$\"];",
  35. "way[waterway=offshore_field];",
  36. "relation[waterway=offshore_field];",
  37. "node[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
  38. "node[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)$\"];",
  39. "way[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
  40. "way[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  41. "relation[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)(|;.*)$\"];",
  42. "relation[man_made~\"^(storage_tank)$\"][contents~\"^(|.*;)(oil|gas|lng|cng|multiphase)(|;.*)$\"];",
  43. "node[power~\"^(plant|generator)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  44. "way[power~\"^(plant|generator)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  45. "relation[power~\"^(plant|generator)$\"][\"generator:source\"~\"^(|.*;)(oil|gas|diesel|gasoline)(|;.*)$\"];",
  46. ")"
  47. ]
  48. },
  49. "feature": {
  50. "description": [
  51. "{% if tags.man_made == 'pipeline' %}",
  52. "{{ tagTrans('man_made', 'pipeline') }} ({{ tagTrans('substance', tags.substance) }})",
  53. "{% elseif tags.man_made %}",
  54. "{{ tagTrans('man_made', tags.man_made) }}",
  55. "{% elseif tags.power == 'plant' %}",
  56. "{{ tagTrans('power', 'plant') }} {% if attribute(tags, 'generator:source') %}({{ tagTransList('generator:source', attribute(tags, 'generator:source')) }}){% endif %}",
  57. "{% elseif tags.power == 'generator' %}",
  58. "{{ tagTrans('power', 'generator') }} {% if attribute(tags, 'generator:source') %}({{ tagTransList('generator:source', attribute(tags, 'generator:source')) }}){% endif %}",
  59. "{% elseif tags.waterway == 'offshore_field' %}",
  60. "{{ tagTrans('waterway', tags.waterway) }}",
  61. "{% elseif tags.landuse == 'industrial' %}",
  62. "{{ tagTrans('landuse', tags.landuse) }} ({{ tagTrans('industrial', tags.industrial) }})",
  63. "{% endif %}"
  64. ],
  65. "markerSymbol": null
  66. }
  67. }