State College

State College, Centre County, Pennsylvania, United States
category: boundary — type: administrative — OSM: relation 188627

Overpass

[timeout:600][out:xml][bbox:40.768370,-77.886168,40.807230,-77.818998];
area(3600188627) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(school|events_venue|college|music_venue|cinema|arts_centre|theatre|public_building|studio|library|university|events_centre)$"];
nwr(area.a)["abandoned:building"~"^(college|civic|public|mall|university|museum|theatre|school|train_station)$"];
nwr(area.a)["abandoned:leisure"~"^(park|stadium|garden|common|sports_centre)$"];
nwr(area.a)["abandoned:railway"~"^(tram_stop|station|halt)$"];
nwr(area.a)["abandoned:shop"~"^(mall|department_store)$"];
nwr(area.a)["abandoned:tourism"];
nwr(area.a)["admin_level"];
nwr(area.a)["amenity"~"^(cinema|university|events_venue|library|arts_centre|school|public_building|events_centre|music_venue|studio|community_centre|college|theatre)$"];
nwr(area.a)["artwork:type"="sculpture"];
nwr(area.a)["artwork_type"="sculpture"];
nwr(area.a)["boundary"~"^(national_park|administrative|protected_area)$"];
nwr(area.a)["building"];
nwr(area.a)["building:levels"];
nwr(area.a)["demolished:amenity"~"^(arts_centre|school|public_building|college|university|music_venue|library|cinema|events_centre|events_venue|theatre|studio)$"];
nwr(area.a)["demolished:building"~"^(theatre|college|public|mall|train_station|civic|museum|university|school)$"];
nwr(area.a)["demolished:leisure"~"^(park|stadium|common|sports_centre|garden)$"];
nwr(area.a)["demolished:railway"~"^(halt|station|tram_stop)$"];
nwr(area.a)["demolished:shop"~"^(mall|department_store)$"];
nwr(area.a)["demolished:tourism"];
nwr(area.a)["destroyed:amenity"~"^(library|studio|theatre|arts_centre|college|events_centre|public_building|school|university|cinema|music_venue|events_venue)$"];
nwr(area.a)["destroyed:building"~"^(university|college|civic|mall|school|public|theatre|train_station|museum)$"];
nwr(area.a)["destroyed:leisure"~"^(sports_centre|stadium|park|common|garden)$"];
nwr(area.a)["destroyed:railway"~"^(station|tram_stop|halt)$"];
nwr(area.a)["destroyed:shop"~"^(mall|department_store)$"];
nwr(area.a)["destroyed:tourism"];
nwr(area.a)["disused:amenity"~"^(theatre|public_building|cinema|music_venue|university|studio|events_centre|arts_centre|school|events_venue|college|library)$"];
nwr(area.a)["disused:building"~"^(civic|museum|theatre|public|college|train_station|mall|university|school)$"];
nwr(area.a)["disused:leisure"~"^(stadium|garden|park|common|sports_centre)$"];
nwr(area.a)["disused:railway"~"^(tram_stop|station|halt)$"];
nwr(area.a)["disused:shop"~"^(department_store|mall)$"];
nwr(area.a)["disused:tourism"];
nwr(area.a)["garden:type"="botanical"];
nwr(area.a)["historic"];
nwr(area.a)["historic:amenity"~"^(school|theatre|public_building|library|cinema|college|music_venue|arts_centre|studio|events_centre|university|events_venue)$"];
nwr(area.a)["historic:building"~"^(mall|train_station|college|school|public|civic|theatre|museum|university)$"];
nwr(area.a)["historic:leisure"~"^(garden|sports_centre|common|park|stadium)$"];
nwr(area.a)["historic:railway"~"^(station|halt|tram_stop)$"];
nwr(area.a)["historic:shop"~"^(department_store|mall)$"];
nwr(area.a)["historic:tourism"];
nwr(area.a)["landuse"~"^(commercial|recreation_ground|residential)$"];
nwr(area.a)["leisure"~"^(sports_centre|park|common|stadium|garden)$"];
nwr(area.a)["museum"="art"];
nwr(area.a)["natural"="wood"];
nwr(area.a)["office"="educational_institution"];
nwr(area.a)["place"];
nwr(area.a)["protect_class"="22"];
nwr(area.a)["public_transport"="station"];
nwr(area.a)["railway"~"^(halt|tram_stop|station)$"];
nwr(area.a)["retail"="retail_park"];
nwr(area.a)["ruins:amenity"~"^(events_centre|university|college|studio|arts_centre|public_building|school|cinema|music_venue|library|events_venue|theatre)$"];
nwr(area.a)["ruins:building"~"^(train_station|mall|civic|school|college|public|university|museum|theatre)$"];
nwr(area.a)["ruins:leisure"~"^(park|common|sports_centre|garden|stadium)$"];
nwr(area.a)["ruins:railway"~"^(station|halt|tram_stop)$"];
nwr(area.a)["ruins:shop"~"^(mall|department_store)$"];
nwr(area.a)["ruins:tourism"];
nwr(area.a)["shop"~"^(mall|department_store)$"];
rel(area.a)["site"~"^(mall|school|college|university)$"];
nwr(area.a)["sport"];
nwr(area.a)["tourism"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(cinema|arts_centre|studio|events_centre|public_building|events_venue|music_venue|school|college|library|theatre|university)$"];
nwr(area.a)["was:building"~"^(museum|civic|theatre|university|school|college|public|mall|train_station)$"];
nwr(area.a)["was:leisure"~"^(garden|sports_centre|stadium|common|park)$"];
nwr(area.a)["was:railway"~"^(station|halt|tram_stop)$"];
nwr(area.a)["was:shop"~"^(department_store|mall)$"];
nwr(area.a)["was:tourism"];
) -> .b;
(
        rel(188627);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;