Skip to content

Instantly share code, notes, and snippets.

@ianlopez1115
Created March 10, 2016 07:35
Show Gist options
  • Save ianlopez1115/095b7e7e3c3efdfe4cf5 to your computer and use it in GitHub Desktop.
Save ianlopez1115/095b7e7e3c3efdfe4cf5 to your computer and use it in GitHub Desktop.
<osm-script output="json">
<union>
<query type="area">
<has-kv k="name" v="Philippines"/>
</query>
<query type="way">
<has-kv k="natural" v="coastline"/>
<area-query/>
</query>
</union>
<!-- added by auto repair -->
<union>
<item/>
<recurse type="down"/>
</union>
<!-- end of auto repair -->
<print mode="body" order="quadtile"/>
</osm-script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment