Skip to content

Instantly share code, notes, and snippets.

@marius-serban
Last active August 29, 2015 14:07
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/db3191ca548c579b0603 to your computer and use it in GitHub Desktop.
Save marius-serban/db3191ca548c579b0603 to your computer and use it in GitHub Desktop.
OSM Overpass query for traffic lights in Cluj Napoca
<osm-script output="json">
<query type="node">
<has-kv k="highway" v="traffic_signals"/>
<bbox-query e="23.73" n="46.83" s="46.72" w="23.46"/>
</query>
<print/>
</osm-script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment