North Melbourne

North Melbourne, Melbourne, City of Melbourne, Greater Melbourne, Victoria, 3000, Australia
category: boundary — type: administrative — OSM: relation 2384470

Overpass

[timeout:600][out:xml][bbox:-37.806147,144.935277,-37.787620,144.958423];
area(3602384470) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(community_centre|post_office|village_hall|school|theatre|college|public_building|townhall)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["abandoned:railway"~"^(station|historic_station|tram_stop|halt|facility)$"];
nwr(area.a)["admin_level"];
nwr(area.a)["amenity"~"^(townhall|post_office|village_hall|school|public_building|community_centre|college|theatre)$"];
nwr(area.a)["boundary"~"^(administrative|political)$"];
nwr(area.a)["building"];
nwr(area.a)["building:levels"];
nwr(area.a)["demolished:amenity"~"^(school|theatre|village_hall|public_building|college|townhall|post_office|community_centre)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["demolished:railway"~"^(station|halt|facility|historic_station|tram_stop)$"];
nwr(area.a)["destroyed:amenity"~"^(college|public_building|school|theatre|post_office|village_hall|community_centre|townhall)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["destroyed:railway"~"^(historic_station|station|tram_stop|facility|halt)$"];
nwr(area.a)["disused:amenity"~"^(theatre|school|post_office|townhall|community_centre|public_building|village_hall|college)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["disused:railway"~"^(halt|tram_stop|facility|historic_station|station)$"];
nwr(area.a)["historic:amenity"~"^(post_office|school|theatre|village_hall|public_building|community_centre|townhall|college)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["historic:railway"~"^(facility|historic_station|halt|tram_stop|station)$"];
nwr(area.a)["landuse"~"^(industrial|railway|construction|recreation_ground|residential)$"];
nwr(area.a)["leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["office"];
nwr(area.a)["operator:type"="religious"];
nwr(area.a)["place"];
nwr(area.a)["public_transport"~"^(station|stop_position|stop_area)$"];
nwr(area.a)["railway"~"^(station|historic_station|halt|facility|tram_stop)$"];
nwr(area.a)["religion"="christian"];
nwr(area.a)["ruins:amenity"~"^(townhall|public_building|village_hall|post_office|school|college|community_centre|theatre)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["ruins:railway"~"^(station|historic_station|halt|tram_stop|facility)$"];
rel(area.a)["site"~"^(railway|railway_station|station|school)$"];
nwr(area.a)["sport"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(community_centre|school|college|theatre|public_building|townhall|village_hall|post_office)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["was:railway"~"^(facility|historic_station|station|halt|tram_stop)$"];
) -> .b;
(
        rel(2384470);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;