Skip to content

Instantly share code, notes, and snippets.

@jamestyack
Last active August 29, 2015 14:06
Show Gist options
  • Save jamestyack/4da6be931ecaf3ef4c30 to your computer and use it in GitHub Desktop.
Save jamestyack/4da6be931ecaf3ef4c30 to your computer and use it in GitHub Desktop.
Overpass-turbo Get wheelchair=yes cafes
<!--
This is an example Overpass query.
Try it out by pressing the Run button above!
You can find more examples with the Load tool.
-->
<query type="node">
<has-kv k="amenity" v="cafe"/>
<has-kv k="wheelchair" v="yes"/>
<bbox-query {{bbox}}/><!--this is auto-completed with the
current map view coordinates.-->
</query>
<print/>
@jamestyack
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment