Browse Source

Add '/hydro-operator-groupe-e.json'

Query elements with "operator" that contains "Groupe E": (case insensitive does not work)

(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"];)
master
germainaugsburger 5 years ago
parent
commit
5ab61dffa0
  1. 18
      hydro-operator-groupe-e.json

18
hydro-operator-groupe-e.json

@ -0,0 +1,18 @@
{
"type": "overpass",
"name": {
"en": "Hydro power plants - Groupe E",
"de": "Wasserkraftwerke - Groupe E",
"fr": "Centrales hydroélectriques - 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\"];)"
]
}
}
Loading…
Cancel
Save