Browse Source

Update 'wind-turbines-ge.json'

Query "generator:manufacturer" or "manufacturer" starting with "GE" or "Ge" (case insensitive ",i" is not working)
master
germainaugsburger 5 years ago
parent
commit
c23d3575d2
  1. 39
      wind-turbines-ge.json

39
wind-turbines-ge.json

@ -6,19 +6,32 @@
"fr": "Eoliennes - GE"
},
"query": {
"0": [
"(node[\"generator:manufacturer\"~\"^General Electric$\"][\"generator:source\"=\"wind\"];",
"node[\"generator:manufacturer\"~\"^General Electric$\"][\"plant:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^General Electric$\"][\"generator:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^General Electric$\"][\"plant:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^General Electric$\"][\"generator:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^General Electric$\"][\"plant:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^General Electric$\"][\"generator:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^General Electric$\"][\"plant:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^General Electric$\"][\"generator:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^General Electric$\"][\"plant:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^General Electric$\"][\"generator:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^General Electric$\"][\"plant:source\"=\"wind\"];)"
"5": [
"(node[\"generator:manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"node[\"generator:manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"node[\"generator:manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"node[\"generator:manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"node[\"manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"way[\"generator:manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"way[\"manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"relation[\"generator:manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^GE\"][\"generator:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^GE\"][\"plant:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^Ge\"][\"generator:source\"=\"wind\"];",
"relation[\"manufacturer\"~\"^Ge\"][\"plant:source\"=\"wind\"];)",
""
]
}
}
Loading…
Cancel
Save