Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ianlopez1115/93ead2b8407729b87d809a4428634616 to your computer and use it in GitHub Desktop.
Save ianlopez1115/93ead2b8407729b87d809a4428634616 to your computer and use it in GitHub Desktop.
[out:json][timeout:500];
{{geocodeArea:Laguna}}->.searchArea;
(
node["man_made"="antenna"](area.searchArea);
node["man_made"="mast"](area.searchArea);
node["man_made"="communications_tower"](area.searchArea);
node["man_made"="tower"](area.searchArea);
node["amenity"="studio"](area.searchArea);
way["amenity"="studio"](area.searchArea);
way["man_made"="tower"](area.searchArea);
);
// print results
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment