Skip to content

Instantly share code, notes, and snippets.

@matael
Last active August 29, 2015 14:02
Show Gist options
  • Save matael/4aaab607738bc2ece446 to your computer and use it in GitHub Desktop.
Save matael/4aaab607738bc2ece446 to your computer and use it in GitHub Desktop.
Pret pour l'Api overpass
<osm-script output="json">
<query type="relation">
<has-kv k="type" v="boundary"/>
<has-kv k="boundary" v="administrative"/>
<has-kv k="admin_level" v="8"/>
<has-kv k="ref:INSEE" regv="^72"/>
<bbox-query s="47.13556" w="-0.94208" n="48.49113" e="1.55731" />
</query>
<print mode="meta"/>
<recurse type="down"/>
<print mode="meta"/>
</osm-script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment