Skip to content

Instantly share code, notes, and snippets.

@ianlopez1115
Created March 10, 2016 07:34
Show Gist options
  • Save ianlopez1115/9181cceca8e1a6c7248f to your computer and use it in GitHub Desktop.
Save ianlopez1115/9181cceca8e1a6c7248f to your computer and use it in GitHub Desktop.
<!--
This has been generated by the overpass-turbo wizard.
The original search was:
“natural=faultline and type:way”
-->
<osm-script output="json" timeout="25">
<!-- gather results -->
<union>
<!-- query part for: “natural=faultline” -->
<query type="way">
<has-kv k="natural" v="faultline"/>
<bbox-query {{bbox}}/>
</query>
</union>
<!-- print results -->
<print mode="body"/>
<recurse type="down"/>
<print mode="skeleton" order="quadtile"/>
</osm-script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment