Skip to content

Instantly share code, notes, and snippets.

@freayd
Created December 26, 2015 06:04
Show Gist options
  • Save freayd/1128f091143080f4b0fa to your computer and use it in GitHub Desktop.
Save freayd/1128f091143080f4b0fa to your computer and use it in GitHub Desktop.
[Overpass API] Incorrect ele tags in China
[out:json][timeout:25];
area[name="中国"][admin_level=2][boundary=administrative]->.china;
(
node(area.china)["ele"~"[^0-9\.,]"];
way(area.china)["ele"~"[^0-9\.,]"];
relation(area.china)["ele"~"[^0-9\.,]"];
);
out body;
// >;
// out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment