Skip to content

Instantly share code, notes, and snippets.

@severak
Created April 28, 2017 12:03
Show Gist options
  • Save severak/0be0947dd1092d8ea059ebddd520ccb7 to your computer and use it in GitHub Desktop.
Save severak/0be0947dd1092d8ea059ebddd520ccb7 to your computer and use it in GitHub Desktop.
kostely Praha - overpass api
// 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