Browse Source

Fossil Energy: new category

fossil
parent
commit
cc2f1c06b7
  1. 52
      fossil-energy.json
  2. 3
      index.json

52
fossil-energy.json

@ -0,0 +1,52 @@
{
"type": "overpass",
"name": {
"de": "Fossile Energie",
"en": "Fossil energy"
},
"query": {
"11": [
"(",
"way[man_made=pipeline][substance~\"^(oil|gas|lng|cng|multiphase)$\"];",
"relation[man_made=pipeline][substance~\"^(oil|gas|lng|cng|multiphase)$\"];",
"way[landuse=industrial][industrial~\"^(refinery)$\"];",
"relation[landuse=industrial][industrial~\"^(refinery)$\"];",
"way[waterway=offshore_field];",
"relation[waterway=offshore_field];",
"node[man_made~\"^(offshore_platform)$\"];",
"way[man_made~\"^(offshore_platform)$\"];",
"relation[man_made~\"^(offshore_platform)$\"];",
")"
],
"13": [
"(",
"way[man_made=pipeline][substance~\"^(oil|gas|lng|cng|multiphase)$\"];",
"relation[man_made=pipeline][substance~\"^(oil|gas|lng|cng|multiphase)$\"];",
"way[landuse=industrial][industrial~\"^(oil|gas|lng|cng|multiphase|refinery|oil_refinery)$\"];",
"relation[landuse=industrial][industrial~\"^(oil|gas|lng|cng|multiphase|refinery|oil_refinery)$\"];",
"way[waterway=offshore_field];",
"relation[waterway=offshore_field];",
"node[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
"node[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)$\"];",
"way[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
"way[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)$\"];",
"relation[man_made~\"^(petroleum_well|offshore_platform|gasometer|oil_tank|gas_cavern)$\"];",
"relation[man_made~\"^(storage_tank)$\"][contents~\"^(oil|gas|lng|cng|multiphase)$\"];",
")"
]
},
"feature": {
"description": [
"{% if tags.man_made == 'pipeline' %}",
"{{ tagTrans('man_made', 'pipeline') }} ({{ tagTrans('substance', tags.substance) }})",
"{% elseif tags.man_made %}",
"{{ tagTrans('man_made', tags.man_made) }}",
"{% elseif tags.landuse == 'industrial' %}",
"{{ tagTrans('landuse', tags.landuse) }} ({{ tagTrans('industrial', tags.industrial) }})",
"{% elseif tags.waterway == 'offshore_field' %}",
"{{ tagTrans('waterway', tags.waterway) }}",
"{% endif %}"
],
"markerSymbol": null
}
}

3
index.json

@ -237,6 +237,9 @@
{
"id": "power"
},
{
"id": "fossil-energy"
},
{
"id": "railway",
"type": "index",

Loading…
Cancel
Save