Skip to content

Instantly share code, notes, and snippets.

@Nate-Wessel
Created September 7, 2019 15:43
Show Gist options
  • Save Nate-Wessel/9868b37c110011612b4e9e4f88c522c7 to your computer and use it in GitHub Desktop.
Save Nate-Wessel/9868b37c110011612b4e9e4f88c522c7 to your computer and use it in GitHub Desktop.
Overpass API query to select sidewalks directly intersecting streets without crossings
way[highway][highway!~"footway|service|path|cycleway|steps|pedestrian"]({{bbox}});
node(w);
way(bn)[highway=footway][footway=sidewalk];
out body;
>;
out skel qt;
@Nate-Wessel
Copy link
Author

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