Skip to content

Instantly share code, notes, and snippets.

@govvin
Created May 11, 2016 06:27
Show Gist options
  • Save govvin/a6eae9dd8eee6797e6bf51bb2eda4439 to your computer and use it in GitHub Desktop.
Save govvin/a6eae9dd8eee6797e6bf51bb2eda4439 to your computer and use it in GitHub Desktop.
query Overpass Turbo for all districts of the city of Manila
[out:json];
area[name~"Manila"]["admin_level"=6]->.a;
rel["admin_level"=7](area.a);
out geom;
{{style:
node {
width: 0;
opacity:0;
fill-opacity:0;
}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment