Skip to content

Instantly share code, notes, and snippets.

@Densyakun
Created November 7, 2021 04:09
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 Densyakun/2bc43a9412b634ef7281389ce2197d2f to your computer and use it in GitHub Desktop.
Save Densyakun/2bc43a9412b634ef7281389ce2197d2f to your computer and use it in GitHub Desktop.
Get the no sidewalk highways Overpass QL
[out:json];
(
way[highway][!sidewalk][highway!=footway][highway!=cycleway][highway!=path][highway!=bridleway][highway!=track]({{bbox}});
);
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment