Skip to content

Instantly share code, notes, and snippets.

@yariksheptykin
Created June 12, 2015 15:17
Show Gist options
  • Save yariksheptykin/1447f79abb1db84c6df0 to your computer and use it in GitHub Desktop.
Save yariksheptykin/1447f79abb1db84c6df0 to your computer and use it in GitHub Desktop.
OSM data for Buergerpark in Bremen via Overpass API
/*
This is an Overpass query that returns OSM nodes found within Buergerpark in Bremen.
You can observe the output of this query at http://overpass-turbo.eu/
*/
way(poly:"53.09046753 8.813695908 53.0908348 8.814554214 53.09112474 8.814296722 53.09236664 8.816737533 53.09391775 8.819521666 53.0947859 8.820996881 53.09535767 8.821763992 53.09550585 8.822278976 53.09727106 8.824081421 53.10011842 8.826656342 53.10085278 8.826838732 53.10136811 8.827064037 53.10210889 8.826034069 53.10292695 8.825583458 53.10458472 8.824308612 53.10626818 8.823248344 53.10686547 8.823831473 53.10739019 8.823796101 53.10792436 8.824111596 53.10873507 8.824399263 53.11012458 8.824287951 53.11058667 8.824391216 53.11089419 8.824580312 53.11029203 8.827179372 53.1089943 8.831387758 53.10740669 8.836980164 53.10596073 8.842057586 53.10584963 8.841742426 53.10535206 8.840912282 53.10149694 8.838179111 53.09883004 8.836247921 53.09582797 8.834145069 53.09278704 8.831934929 53.09064795 8.830325603 53.08850875 8.828630447 53.08594414 8.826656342 53.08550918 8.826200366 53.08471334 8.825143576 53.08466823 8.824746609 53.08461668 8.824414015 53.08582815 8.821892738 53.08763242 8.818073273 53.08889536 8.815562725 53.09046753 8.813695908");
(._;>;);
out;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment