Created
September 7, 2019 15:43
-
-
Save Nate-Wessel/9868b37c110011612b4e9e4f88c522c7 to your computer and use it in GitHub Desktop.
Overpass API query to select sidewalks directly intersecting streets without crossings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
way[highway][highway!~"footway|service|path|cycleway|steps|pedestrian"]({{bbox}}); | |
node(w); | |
way(bn)[highway=footway][footway=sidewalk]; | |
out body; | |
>; | |
out skel qt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From: https://commons.wikimedia.org/wiki/Category:State_of_the_Map_US_2019