Kington

Kington, Herefordshire, West Midlands, England, United Kingdom
category: boundary — type: administrative — OSM: relation 6138833

Overpass

[timeout:600][out:xml][bbox:52.189902,-3.061780,52.207743,-3.009708];
area(3606138833) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(bar|pub|school|events_venue|college|restaurant|shelter|cafe|community_centre|nightclub|place_of_worship)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["abandoned:man_made"~"^(cross|tower)$"];
nwr(area.a)["abandoned:shop"];
nwr(area.a)["abandoned:tourism"~"^(gallery|museum|hotel|attraction|guest_house|artwork)$"];
nwr(area.a)["amenity"~"^(pub|place_of_worship|nightclub|events_venue|bar|cafe|school|restaurant|community_centre|college|shelter)$"];
nwr(area.a)["artwork:type"="sculpture"];
nwr(area.a)["artwork_type"~"^(statue|sculpture)$"];
nwr(area.a)["bar"];
nwr(area.a)["booth"];
nwr(area.a)["boundary"~"^(administrative|civil_parish)$"];
nwr(area.a)["building"];
nwr(area.a)["building:levels"];
nwr(area.a)["club"="sport"];
nwr(area.a)["covered"="booth"];
nwr(area.a)["craft"="grinding_mill"];
nwr(area.a)["demolished:amenity"~"^(school|college|shelter|pub|cafe|place_of_worship|events_venue|restaurant|nightclub|community_centre|bar)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["demolished:man_made"~"^(cross|tower)$"];
nwr(area.a)["demolished:shop"];
nwr(area.a)["demolished:tourism"~"^(hotel|attraction|museum|guest_house|gallery|artwork)$"];
nwr(area.a)["denomination"~"^(anglican|protestant)$"];
nwr(area.a)["designation"="civil_parish"];
nwr(area.a)["destroyed:amenity"~"^(nightclub|college|cafe|events_venue|shelter|school|restaurant|community_centre|bar|pub|place_of_worship)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["destroyed:man_made"~"^(cross|tower)$"];
nwr(area.a)["destroyed:shop"];
nwr(area.a)["destroyed:tourism"~"^(gallery|attraction|hotel|artwork|guest_house|museum)$"];
nwr(area.a)["disused:amenity"~"^(cafe|bar|place_of_worship|restaurant|school|nightclub|pub|events_venue|community_centre|shelter|college)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["disused:man_made"~"^(tower|cross)$"];
nwr(area.a)["disused:shop"];
nwr(area.a)["disused:tourism"~"^(artwork|hotel|museum|attraction|guest_house|gallery)$"];
nwr(area.a)["government"="culture"];
nwr(area.a)["historic"~"^(tower_house|museum|memorial|archaeological_site|castle|ruins|mill|monument)$"];
nwr(area.a)["historic:amenity"~"^(pub|school|bar|nightclub|community_centre|shelter|college|cafe|place_of_worship|events_venue|restaurant)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["historic:man_made"~"^(cross|tower)$"];
nwr(area.a)["historic:shop"];
nwr(area.a)["historic:tourism"~"^(hotel|gallery|museum|artwork|guest_house|attraction)$"];
nwr(area.a)["landuse"="recreation_ground"];
nwr(area.a)["leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["man_made"~"^(tower|cross)$"];
nwr(area.a)["memorial"];
nwr(area.a)["military"];
nwr(area.a)["museum"];
nwr(area.a)["office"="association"];
nwr(area.a)["operator:type"="ngo"];
nwr(area.a)["place"];
nwr(area.a)["religion"="christian"];
nwr(area.a)["restaurant"];
nwr(area.a)["ruins:amenity"~"^(pub|place_of_worship|cafe|college|community_centre|school|nightclub|shelter|restaurant|bar|events_venue)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["ruins:man_made"~"^(cross|tower)$"];
nwr(area.a)["ruins:shop"];
nwr(area.a)["ruins:tourism"~"^(gallery|guest_house|artwork|hotel|museum|attraction)$"];
nwr(area.a)["service"];
nwr(area.a)["shop"];
rel(area.a)["site"="school"];
nwr(area.a)["sport"];
nwr(area.a)["symbol"];
nwr(area.a)["tourism"~"^(hostel|museum|artwork|guest_house|hotel|attraction|gallery)$"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(community_centre|shelter|restaurant|events_venue|nightclub|bar|school|college|cafe|pub|place_of_worship)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["was:man_made"~"^(cross|tower)$"];
nwr(area.a)["was:shop"];
nwr(area.a)["was:tourism"~"^(hotel|gallery|attraction|guest_house|museum|artwork)$"];
) -> .b;
(
        rel(6138833);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;