Skip to content

Instantly share code, notes, and snippets.

@chihchun
Forked from anonymous/overpass.geojson
Created May 28, 2016 16:58
Show Gist options
  • Save chihchun/b487bdf27c50ceffe396c52b6f3413a8 to your computer and use it in GitHub Desktop.
Save chihchun/b487bdf27c50ceffe396c52b6f3413a8 to your computer and use it in GitHub Desktop.
data exported by overpass turbo
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@chihchun
Copy link
Author

chihchun commented May 28, 2016

[out:xml]
[timeout:25];
// fetch area “taiwan” to search in
{{geocodeArea:taiwan}}->.searchArea;
// gather results
(
  node["emergency"="defibrillator"](area.searchArea);
);
// print results
out meta;
>;
out meta qt;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment