Last active
February 14, 2019 10:23
-
-
Save mojoaxel/41712f4825636165016232ad1f5d3b46 to your computer and use it in GitHub Desktop.
Overpass examples
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:json][timeout:25]; | |
( | |
node["amenity"="charging_station"]["bicycle"="yes"] | |
({{bbox}}); | |
); | |
out center; |
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:json][timeout:25]; | |
( | |
node["natural"="tree"]({{bbox}}); | |
); | |
out skel; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment