Advertisement
Guest User

Untitled

a guest
May 27th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [out:xml][timeout:3600];
  2. {{geocodeArea:Deutschland}}->.searchArea;
  3. (
  4. relation["type"="route"]["route"="bus"](area.searchArea);
  5. relation["route_master"="bus"]["type"="route_master"](area.searchArea);
  6. relation["type"="public_transport"]["public_transport"="stop_area"](area.searchArea);
  7. node["public_transport"="stop_position"]["bus"="yes"](area.searchArea);
  8. node["public_transport"="stop_position"]["trolleybus"="yes"](area.searchArea);
  9. way["public_transport"="station"](area.searchArea);
  10. node["public_transport"="station"](area.searchArea);
  11. way["public_transport"="platform"](area.searchArea);
  12. node["public_transport"="platform"](area.searchArea);
  13. );
  14. (._;>;);
  15. out meta;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement