City, Canberra

City, Canberra, District of Canberra Central, Australian Capital Territory, 2601, Australia
category: boundary — type: administrative — OSM: relation 5342034

Overpass

[timeout:600][out:xml][bbox:-35.287289,149.120731,-35.275273,149.137588];
area(3605342034) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(music_school|school|arts_centre|theatre|college|public_building|university|bus_station)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:leisure"~"^(common|park|garden)$"];
nwr(area.a)["abandoned:shop"="art"];
nwr(area.a)["abandoned:tourism"~"^(gallery|museum|attraction)$"];
nwr(area.a)["admin_level"];
nwr(area.a)["amenity"~"^(arts_centre|school|public_building|university|community_centre|bus_station|college|theatre|music_school)$"];
nwr(area.a)["boundary"~"^(national_park|administrative|political)$"];
nwr(area.a)["building"];
nwr(area.a)["demolished:amenity"~"^(bus_station|arts_centre|school|theatre|music_school|public_building|college|university)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:leisure"~"^(park|garden|common)$"];
nwr(area.a)["demolished:shop"="art"];
nwr(area.a)["demolished:tourism"~"^(gallery|attraction|museum)$"];
nwr(area.a)["destroyed:amenity"~"^(college|public_building|school|university|theatre|arts_centre|bus_station|music_school)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:leisure"~"^(park|common|garden)$"];
nwr(area.a)["destroyed:shop"="art"];
nwr(area.a)["destroyed:tourism"~"^(gallery|attraction|museum)$"];
nwr(area.a)["disused:amenity"~"^(theatre|arts_centre|school|music_school|bus_station|public_building|university|college)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:leisure"~"^(garden|park|common)$"];
nwr(area.a)["disused:shop"="art"];
nwr(area.a)["disused:tourism"~"^(museum|attraction|gallery)$"];
nwr(area.a)["highway"="bus_stop"];
nwr(area.a)["historic"="museum"];
nwr(area.a)["historic:amenity"~"^(music_school|school|bus_station|theatre|arts_centre|public_building|university|college)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:leisure"~"^(common|garden|park)$"];
nwr(area.a)["historic:shop"="art"];
nwr(area.a)["historic:tourism"~"^(gallery|museum|attraction)$"];
nwr(area.a)["landuse"];
nwr(area.a)["leisure"~"^(park|common|garden)$"];
nwr(area.a)["museum"="art"];
nwr(area.a)["office"~"^(government|educational_institution|association)$"];
nwr(area.a)["operator:type"~"^(ngo|government)$"];
nwr(area.a)["place"];
nwr(area.a)["public_transport"~"^(station|stop_position)$"];
nwr(area.a)["ruins:amenity"~"^(public_building|school|music_school|university|college|arts_centre|bus_station|theatre)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:leisure"~"^(park|garden|common)$"];
nwr(area.a)["ruins:shop"="art"];
nwr(area.a)["ruins:tourism"~"^(gallery|museum|attraction)$"];
nwr(area.a)["shop"="art"];
rel(area.a)["site"~"^(college|university|school)$"];
nwr(area.a)["tourism"~"^(museum|attraction|gallery)$"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(music_school|school|arts_centre|college|theatre|public_building|university|bus_station)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:leisure"~"^(common|garden|park)$"];
nwr(area.a)["was:shop"="art"];
nwr(area.a)["was:tourism"~"^(museum|gallery|attraction)$"];
) -> .b;
(
        rel(5342034);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;