Last active
July 4, 2017 20:52
-
-
Save akhenakh/929f07d697ce60ba75871b5ae0b3bb35 to your computer and use it in GitHub Desktop.
filter OSM road network
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
"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