Skip to content

Instantly share code, notes, and snippets.

@ianlopez1115
Created March 7, 2016 05:29
Show Gist options
  • Save ianlopez1115/26c88428cded1a8d6076 to your computer and use it in GitHub Desktop.
Save ianlopez1115/26c88428cded1a8d6076 to your computer and use it in GitHub Desktop.
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“"addr:housenumber"=* in Laguna”
*/
[out:json][timeout:250];
// fetch area “Laguna” to search in
{{geocodeArea:Laguna}}->.searchArea;
// gather results
(
// query part for: “"addr:housenumber"=*”
node["addr:housenumber"](area.searchArea);
way["addr:housenumber"](area.searchArea);
relation["addr:housenumber"](area.searchArea);
);
// print results
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment