Created
March 19, 2019 16:16
-
-
Save dctanner/c17d749c5d6867477f659533eab34eed to your computer and use it in GitHub Desktop.
http://overpass-turbo.eu clifton pv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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