Skip to content

Instantly share code, notes, and snippets.

@akhenakh
Last active July 4, 2017 20:52
Show Gist options
  • Save akhenakh/929f07d697ce60ba75871b5ae0b3bb35 to your computer and use it in GitHub Desktop.
Save akhenakh/929f07d697ce60ba75871b5ae0b3bb35 to your computer and use it in GitHub Desktop.
filter OSM road network
"highway" = 'primary' OR "highway" = 'primary_link' OR
"highway" = 'trunk' OR "highway" = 'trunk_link' OR
"highway" = 'motorway' OR "highway" = 'motorway_link' OR
"highway" = 'secondary' OR "highway" = 'secondary_link' OR
"highway" = 'tertiary' OR "highway" = 'tertiary_link' OR
"highway" = 'residential' OR "highway" = 'unclassified'
https://wiki.openstreetmap.org/wiki/Routing#Routing_considerations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment