Saxmundham

Saxmundham, Suffolk Coastal, Suffolk, East of England, England, United Kingdom
category: boundary — type: administrative — OSM: relation 4755722

Overpass

[timeout:600][out:xml][bbox:52.202759,1.459236,52.225780,1.522188];
area(3604755722) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(school|college|place_of_worship|shelter)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:railway"~"^(station|historic_station|tram_stop|halt|facility)$"];
nwr(area.a)["abandoned:tourism"="hotel"];
nwr(area.a)["amenity"~"^(place_of_worship|school|college|shelter)$"];
nwr(area.a)["boundary"~"^(administrative|civil_parish)$"];
nwr(area.a)["building"];
nwr(area.a)["building:levels"];
nwr(area.a)["demolished:amenity"~"^(place_of_worship|school|college|shelter)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:railway"~"^(station|halt|facility|historic_station|tram_stop)$"];
nwr(area.a)["demolished:tourism"="hotel"];
nwr(area.a)["designation"="civil_parish"];
nwr(area.a)["destroyed:amenity"~"^(college|shelter|school|place_of_worship)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:railway"~"^(historic_station|station|tram_stop|facility|halt)$"];
nwr(area.a)["destroyed:tourism"="hotel"];
nwr(area.a)["disused:amenity"~"^(school|place_of_worship|shelter|college)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:railway"~"^(halt|tram_stop|facility|historic_station|station)$"];
nwr(area.a)["disused:tourism"="hotel"];
nwr(area.a)["historic:amenity"~"^(school|place_of_worship|shelter|college)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:railway"~"^(facility|historic_station|halt|tram_stop|station)$"];
nwr(area.a)["historic:tourism"="hotel"];
nwr(area.a)["landuse"~"^(railway|greenhouse_horticulture)$"];
nwr(area.a)["office"="educational_institution"];
nwr(area.a)["place"~"^(locality|suburb|village|town)$"];
nwr(area.a)["political_division"];
nwr(area.a)["public_transport"~"^(station|stop_position|stop_area|platform)$"];
nwr(area.a)["railway"~"^(station|historic_station|halt|facility|tram_stop)$"];
nwr(area.a)["religion"="christian"];
nwr(area.a)["ruins:amenity"~"^(school|place_of_worship|shelter|college)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:railway"~"^(station|historic_station|halt|tram_stop|facility)$"];
nwr(area.a)["ruins:tourism"="hotel"];
nwr(area.a)["service"];
rel(area.a)["site"~"^(railway|railway_station|station|school)$"];
nwr(area.a)["tourism"~"^(hostel|guest_house|hotel)$"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(school|college|shelter|place_of_worship)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:railway"~"^(facility|historic_station|station|halt|tram_stop)$"];
nwr(area.a)["was:tourism"="hotel"];
) -> .b;
(
        rel(4755722);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;