forked from OpenStreetBrowser/main
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.
52 lines
2.5 KiB
52 lines
2.5 KiB
{
|
|
"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
|
|
}
|
|
}
|