germainaugsburger
a7b45f27fc
Update 'power-plants.json'
Modify names to title-friendly names:
Power plants
Kraftwerke
Centrales électriques
6 years ago
germainaugsburger
be86667405
Add '/nuclear-power-plants.json'
Query "way" elements with "power:source" tag and "nuclear" value:
way[power:source=nuclear];
6 years ago
germainaugsburger
a11952e512
Update 'power-plants.json'
Query 'relation' elements with 'power' key and 'plant' tag or 'station' tag:
(node[power=plant];
node[power=station];
way[power=plant];
way[power=station];
relation[power=plant];
relation[power=station];)
Example:
Relation: Centrale hydroélectrique de Veytaux 1 (7251087).
See https://www.openstreetmap.org/relation/7251087#map=13/46.4175/6.9874 .
6 years ago
germainaugsburger
a2e3284558
Update 'power-plants.json'
Query 'node' elements with 'power' key and 'plant' tag or 'station' tag :
(node[power=plant];
node[power=station];
way[power=plant];
way[power=station];)
N.B.: power=plant should not be used on nodes
See https://wiki.openstreetmap.org/wiki/Tag:power%3Dplant
N.B.: power=station is deprecated and should not be used for power plants
See https://taginfo.openstreetmap.org/tags/power=station#wiki
6 years ago
germainaugsburger
3ebd166162
Add '/power-plants.json'
Query 'way' elements with 'power' key and 'plant' tag or 'station' tag (deprecated):
(way[power=plant];
way[power=station];)
6 years ago
germainaugsburger
505f69bfe8
Initial commit
6 years ago