Last active
January 25, 2016 12:13
-
-
Save flowolf/bb58237fbe4f68ebf0e3 to your computer and use it in GitHub Desktop.
Revisions
-
flowolf revised this gist
Jan 25, 2016 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -8,5 +8,6 @@ area ["name"="Österreich"]->.a; node (area.a) [amenity=telephone] ({{bbox}}); out; -
flowolf renamed this gist
Jan 25, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
flowolf created this gist
Jan 25, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ /* 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]; out;