Skip to content

Instantly share code, notes, and snippets.

@flowolf
Last active January 25, 2016 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flowolf/bb58237fbe4f68ebf0e3 to your computer and use it in GitHub Desktop.
Save flowolf/bb58237fbe4f68ebf0e3 to your computer and use it in GitHub Desktop.
query all phone booths in Austria
/*
This is an Overpass query.
It queries all phone booths in Austria.
*/
area
[admin_level=2]
["boundary"="administrative"]
["name"="Österreich"]->.a;
node
(area.a)
[amenity=telephone]
({{bbox}});
out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment