Created
April 28, 2017 12:03
-
-
Save severak/0be0947dd1092d8ea059ebddd520ccb7 to your computer and use it in GitHub Desktop.
kostely Praha - overpass api
This file contains hidden or 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
// kostely Praha | |
[out:json][timeout:25]; | |
// gather results | |
( | |
area[name="Praha"]->.prague; | |
way(area.prague)["amenity"="place_of_worship"]; | |
way(area.prague)["amenity"="place_of_worship"]; | |
); | |
// print results | |
out center; | |
>; | |
out center qt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment