Skip to content

Instantly share code, notes, and snippets.

Created June 20, 2015 00:08
Show Gist options
  • Save anonymous/6c624e00d676fff05bb0 to your computer and use it in GitHub Desktop.
Save anonymous/6c624e00d676fff05bb0 to your computer and use it in GitHub Desktop.
data exported by overpass turbo
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@DenisCarriere
Copy link

This data represents the last 10 days of OSM edits by DenisCarriere

/*
This shows the cycleway and cycleroute network.
*/

[out:json];

(
  way(user:"DenisCarriere")[highway]({{bbox}})(changed:"2015-06-09T00:00:00Z");
);

out body;
>;
out skel qt;

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