Skip to content

Instantly share code, notes, and snippets.

@kolen
Created March 27, 2018 13:41
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 kolen/8c1fe595e1003c49b8c4cf5efa9236f7 to your computer and use it in GitHub Desktop.
Save kolen/8c1fe595e1003c49b8c4cf5efa9236f7 to your computer and use it in GitHub Desktop.
Find transport route relations inside administrative boundary with overpass api
area[boundary=administrative][wikidata=Q1193156] -> .city; // Q656
(
node[public_transport](area.city);
node[highway=bus_stop](area.city);
<<;
) -> ._;
out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment