Skip to content

Instantly share code, notes, and snippets.

@flowolf
Last active January 25, 2016 12:13
Show Gist options
  • Save flowolf/bb58237fbe4f68ebf0e3 to your computer and use it in GitHub Desktop.
Save flowolf/bb58237fbe4f68ebf0e3 to your computer and use it in GitHub Desktop.

Revisions

  1. flowolf revised this gist Jan 25, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion phone_booth_austria
    Original file line number Diff line number Diff line change
    @@ -8,5 +8,6 @@ area
    ["name"="Österreich"]->.a;
    node
    (area.a)
    [amenity=telephone];
    [amenity=telephone]
    ({{bbox}});
    out;
  2. flowolf renamed this gist Jan 25, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. flowolf created this gist Jan 25, 2016.
    12 changes: 12 additions & 0 deletions phone_boot_austria
    Original 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;