Skip to content

Instantly share code, notes, and snippets.

@mojoaxel
Last active February 14, 2019 10:23
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 mojoaxel/41712f4825636165016232ad1f5d3b46 to your computer and use it in GitHub Desktop.
Save mojoaxel/41712f4825636165016232ad1f5d3b46 to your computer and use it in GitHub Desktop.
Overpass examples
[out:json][timeout:25];
(
node["amenity"="charging_station"]["bicycle"="yes"]
({{bbox}});
);
out center;
[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