Skip to content

Instantly share code, notes, and snippets.

@craigloftus
Created February 5, 2016 20:10
Show Gist options
  • Save craigloftus/0d1f0a5ce195003115ee to your computer and use it in GitHub Desktop.
Save craigloftus/0d1f0a5ce195003115ee to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
<osm-script output="json" timeout="25">
<union into="_">
<query into="a" type="area">
<has-kv k="name" modv="" v="Oxford"/>
</query>
<query into="_" type="node">
<has-kv k="amenity" modv="" v="bicycle_parking"/>
<area-query from="a" into="_" ref=""/>
</query>
<query into="_" type="way">
<has-kv k="amenity" modv="" v="bicycle_parking"/>
<area-query from="a" into="_" ref=""/>
</query>
<query into="_" type="relation">
<has-kv k="amenity" modv="" v="bicycle_parking"/>
<area-query from="a" into="_" ref=""/>
</query>
</union>
<print e="" from="_" geometry="skeleton" limit="" mode="body" n="" order="id" s="" w=""/>
<recurse from="_" into="_" type="down"/>
<print e="" from="_" geometry="skeleton" limit="" mode="skeleton" n="" order="quadtile" s="" w=""/>
</osm-script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment