Guest User

Untitled

a guest
Nov 14th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. /*
  2. Search all the circuit in italy
  3. */
  4. [out:json][timeout:25];
  5. // Mugello
  6. (
  7. // query part for: “highway=raceway”
  8. node["highway"="raceway"](43,11,45,12);
  9. way["highway"="raceway"](43,11,45,12);
  10. relation["highway"="raceway"](43,11,45,12);
  11. );
  12. // print results
  13. out body;
  14. >;
  15. out skel qt;
Add Comment
Please, Sign In to add comment