ianlopez

Overpass turbo queries (QL Edition)

Jul 16th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.27 KB | None | 0 0
  1. House Numbers in Laguna province
  2.  
  3. [out:json][timeout:250];
  4. {{geocodeArea:Laguna}}->.searchArea;
  5. (
  6.   node["addr:housenumber"](area.searchArea);
  7.   way["addr:housenumber"](area.searchArea);
  8.   relation["addr:housenumber"](area.searchArea);
  9. );
  10. out body;
  11. >;
  12. out skel qt;
Advertisement
Add Comment
Please, Sign In to add comment