Skip to content

Instantly share code, notes, and snippets.

@ianlopez1115
Created September 15, 2022 04:16
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 ianlopez1115/6ce4d786baf3d11c195fe6aa989e81d7 to your computer and use it in GitHub Desktop.
Save ianlopez1115/6ce4d786baf3d11c195fe6aa989e81d7 to your computer and use it in GitHub Desktop.
Helipads in the Philippines
[out:xml][timeout:500];
{{geocodeArea:Philippines}}->.searchArea;
(
nwr["aeroway"="helipad"](area.searchArea);
);
out body;
>;
out skel qt;
{{style:
node[aeroway=helipad] {
icon-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/0/08/Twemoji_1f681.svg/240px-Twemoji_1f681.svg.png');
icon-width: 20;
icon-height: 20;
}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment