Created
March 22, 2016 13:27
-
-
Save KMR-zoar/5ba8587be66779bb826a to your computer and use it in GitHub Desktop.
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
[out:xml][timeout:25]; | |
( | |
way | |
["building"!~".*"] | |
["highway"!~".*"] | |
["parking"!~".*"] | |
["landuse"!~".*"] | |
["amenity"!~".*"] | |
["waterway"!~".*"] | |
["railway"!~".*"] | |
["historic"!~".*"] | |
["natural"!~".*"] | |
["leisure"!~".*"] | |
["power"!~".*"] | |
["source"!~".*"] | |
({{bbox}}); | |
); | |
out meta; | |
>; | |
out meta qt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment