User:Aharvey/OverpassQueries
Jump to navigation
Jump to search

try it yourself in overpass-turbo
Tower/Mast without height

[out:json][timeout:25];
{{geocodeArea:Sydney, NSW, AU}}->.searchArea;
nwr["man_made"="tower"](area.searchArea);
nwr["man_made"="mast"](area.searchArea);
out geom;
{{style:
node,way,relation
{ color: red; fill-color:red; }
*[height]
{ color: black; fill-color:black; }
}}