Guest User

Untitled

a guest
Jan 19th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. [out:json][timeout:25];
  2. // gather results
  3. (
  4. // query part for: “wikidata=Q124010”
  5. node["wikidata"="Q124010"]({{bbox}});
  6. way["wikidata"="Q124010"]({{bbox}});
  7. relation["wikidata"="Q124010"]({{bbox}});
  8. );
  9. // print results
  10. out body;
  11. >;
  12. out skel qt;
Add Comment
Please, Sign In to add comment