West Malling

West Malling, Tonbridge and Malling, Kent, South East, England, United Kingdom
category: boundary — type: administrative — OSM: relation 2328872

Overpass

[timeout:600][out:xml][bbox:51.274343,0.383849,51.300731,0.421050];
area(3602328872) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(monastery|pub|shelter|stables|cinema|telephone|public_building|library|place_of_worship)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:leisure"~"^(park|stadium|common)$"];
nwr(area.a)["abandoned:man_made"~"^(water_tower|tower|water_well)$"];
nwr(area.a)["abandoned:railway"~"^(tram_stop|facility|station|historic_station|halt)$"];
nwr(area.a)["abandoned:tourism"="hotel"];
nwr(area.a)["amenity"~"^(stables|cinema|pub|place_of_worship|monastery|library|telephone|public_building|market|theatre|shelter)$"];
nwr(area.a)["barrier"~"^(wall|gate|bollard)$"];
nwr(area.a)["boundary"~"^(national_park|administrative|civil_parish)$"];
nwr(area.a)["building"];
nwr(area.a)["building:levels"];
nwr(area.a)["demolished"];
nwr(area.a)["demolished:amenity"~"^(public_building|shelter|stables|pub|library|telephone|place_of_worship|cinema|monastery)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:leisure"~"^(park|stadium|common)$"];
nwr(area.a)["demolished:man_made"~"^(water_well|tower|water_tower)$"];
nwr(area.a)["demolished:railway"~"^(halt|station|facility|historic_station|tram_stop)$"];
nwr(area.a)["demolished:tourism"="hotel"];
nwr(area.a)["designation"="civil_parish"];
nwr(area.a)["destroyed"];
nwr(area.a)["destroyed:amenity"~"^(telephone|library|monastery|public_building|shelter|stables|pub|place_of_worship|cinema)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:leisure"~"^(stadium|park|common)$"];
nwr(area.a)["destroyed:man_made"~"^(water_tower|tower|water_well)$"];
nwr(area.a)["destroyed:railway"~"^(historic_station|station|facility|tram_stop|halt)$"];
nwr(area.a)["destroyed:tourism"="hotel"];
nwr(area.a)["disused:amenity"~"^(monastery|place_of_worship|public_building|cinema|stables|telephone|pub|shelter|library)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:leisure"~"^(stadium|park|common)$"];
nwr(area.a)["disused:man_made"~"^(tower|water_tower|water_well)$"];
nwr(area.a)["disused:railway"~"^(tram_stop|facility|station|halt|historic_station)$"];
nwr(area.a)["disused:tourism"="hotel"];
nwr(area.a)["heritage"];
nwr(area.a)["historic"~"^(gate|folly|memorial|monastery|heritage|ruins|city_gate|mill|monument|manor)$"];
nwr(area.a)["historic:amenity"~"^(pub|stables|public_building|library|cinema|telephone|shelter|monastery|place_of_worship)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:leisure"~"^(common|park|stadium)$"];
nwr(area.a)["historic:man_made"~"^(water_tower|tower|water_well)$"];
nwr(area.a)["historic:railway"~"^(station|facility|historic_station|halt|tram_stop)$"];
nwr(area.a)["historic:tourism"="hotel"];
nwr(area.a)["indoor"];
nwr(area.a)["industrial"="grinding_mill"];
nwr(area.a)["landuse"~"^(industrial|railway|greenhouse_horticulture|recreation_ground)$"];
nwr(area.a)["leisure"~"^(park|common|stadium|dog_park)$"];
nwr(area.a)["man_made"~"^(tower|water_tower|water_well)$"];
nwr(area.a)["memorial"];
nwr(area.a)["natural"="water"];
nwr(area.a)["office"="association"];
nwr(area.a)["operator:type"="ngo"];
nwr(area.a)["place"~"^(square|suburb|village|town|locality)$"];
nwr(area.a)["protect_class"="22"];
nwr(area.a)["public_transport"~"^(station|stop_position|stop_area)$"];
nwr(area.a)["railway"~"^(halt|facility|tram_stop|station|historic_station)$"];
nwr(area.a)["razed"];
nwr(area.a)["religion"="christian"];
nwr(area.a)["ruins"];
nwr(area.a)["ruins:amenity"~"^(pub|monastery|place_of_worship|telephone|public_building|cinema|stables|shelter|library)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:leisure"~"^(park|common|stadium)$"];
nwr(area.a)["ruins:man_made"~"^(water_tower|water_well|tower)$"];
nwr(area.a)["ruins:railway"~"^(station|historic_station|tram_stop|halt|facility)$"];
nwr(area.a)["ruins:tourism"="hotel"];
nwr(area.a)["service"];
rel(area.a)["site"~"^(railway|station|railway_station)$"];
nwr(area.a)["sport"];
nwr(area.a)["support"];
nwr(area.a)["tourism"~"^(hostel|guest_house|hotel|attraction)$"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(cinema|shelter|public_building|stables|library|pub|monastery|place_of_worship|telephone)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:leisure"~"^(stadium|common|park)$"];
nwr(area.a)["was:man_made"~"^(tower|water_well|water_tower)$"];
nwr(area.a)["was:railway"~"^(facility|station|historic_station|halt|tram_stop)$"];
nwr(area.a)["was:tourism"="hotel"];
) -> .b;
(
        rel(2328872);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;