Skip to content

Instantly share code, notes, and snippets.

@govvin
Created November 12, 2017 05:27
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 govvin/b1318a2a4e120fcb7ed39077975bb410 to your computer and use it in GitHub Desktop.
Save govvin/b1318a2a4e120fcb7ed39077975bb410 to your computer and use it in GitHub Desktop.
Overpass Turbo Query: bus stops in the Philippines
[out:xml][timeout:90][bbox:29.4013195,33.8818359,33.4131022,36.0791016]
;
(
area(3600443174); // Philippines
area(3600147488); // National Capital Region
)->.a;
(
node["highway"="bus_stop"](area.a);
way["highway"="bus_stop"](area.a);
)->.b;
(rel(bw.b);rel(bn.b))->.routes;
(.b;way(bn.b);)->.b;
(.b;node(w.b);)->.b;
(.b;.routes;);
out meta;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment