Skip to content

Instantly share code, notes, and snippets.

@marius-serban
Created September 30, 2014 10:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marius-serban/11719bf42deec77660a7 to your computer and use it in GitHub Desktop.
Save marius-serban/11719bf42deec77660a7 to your computer and use it in GitHub Desktop.
OSM Overpass query for ways that contain a specific node
<osm-script output="json">
<id-query ref="59004947" type="node"/>
<recurse type="node-way"/>
<union>
<item />
<recurse type="way-node"/>
</union>
<print/>
</osm-script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment