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
522 B
18 lines
522 B
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"en": "Hydro power plants",
|
|
"de": "Wasserkraftwerke",
|
|
"fr": "Centrales hydroélectriques"
|
|
},
|
|
"query": {
|
|
"7": [
|
|
"(node[\"generator:source\"=\"hydro\"];",
|
|
"way[\"generator:source\"=\"hydro\"];",
|
|
"relation[\"generator:source\"=\"hydro\"];",
|
|
"node[\"plant:source\"=\"hydro\"];",
|
|
"way[\"plant:source\"=\"hydro\"];",
|
|
"relation[\"plant:source\"=\"hydro\"];)"
|
|
]
|
|
}
|
|
}
|