Places where power (electricity, heat, cold water, biogas...) is produced with power=generator help. See https://wiki.openstreetmap.org/wiki/Tag:power%3Dplant
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.

18 lines
750 B

{
"type": "overpass",
"name": {
"en": "Hydro power plants - Operator: Groupe E",
"de": "Wasserkraftwerke - Betreiber: Groupe E",
"fr": "Centrales hydroélectriques - Opérateur: Groupe E"
},
"query": {
"5": [
"(node[\"operator\"~\"Groupe E\"][\"generator:source\"=\"hydro\"];",
"node[\"operator\"~\"Groupe E\"][\"plant:source\"=\"hydro\"];",
"way[\"operator\"~\"Groupe E\"][\"generator:source\"=\"hydro\"];",
"way[\"operator\"~\"Groupe E\"][\"plant:source\"=\"hydro\"];",
"relation[\"operator\"~\"Groupe E\"][\"generator:source\"=\"hydro\"];",
"relation[\"operator\"~\"Groupe E\"][\"plant:source\"=\"hydro\"];)"
]
}
}