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
409 B
18 lines
409 B
{
|
|
"type": "overpass",
|
|
"name": {
|
|
"en": "Power plants",
|
|
"de": "Kraftwerke",
|
|
"fr": "Centrales électriques"
|
|
},
|
|
"query": {
|
|
"7": [
|
|
"(node[power=plant];",
|
|
"node[power=station];",
|
|
"way[power=plant];",
|
|
"way[power=station];",
|
|
"relation[power=plant];",
|
|
"relation[power=station];)"
|
|
]
|
|
}
|
|
}
|