Skip to content

Instantly share code, notes, and snippets.

@dctanner
Created March 19, 2019 16:16
Show Gist options
  • Save dctanner/c17d749c5d6867477f659533eab34eed to your computer and use it in GitHub Desktop.
Save dctanner/c17d749c5d6867477f659533eab34eed to your computer and use it in GitHub Desktop.
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“"generator:source"="solar"”
*/
[out:json][timeout:25];
// gather results
(
// query part for: “"generator:source"=solar”
node["generator:source"="solar"](52.89114365884478,-1.198883056640625,52.92080592941056,-1.1593151092529297);
way["generator:source"="solar"](52.89114365884478,-1.198883056640625,52.92080592941056,-1.1593151092529297);
relation["generator:source"="solar"](52.89114365884478,-1.198883056640625,52.92080592941056,-1.1593151092529297);
);
// print results
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment