Trafalgar

Trafalgar, Chamberí, Madrid, Área metropolitana de Madrid y Corredor del Henares, Community of Madrid, 28001, Spain
category: boundary — type: administrative — OSM: way 345744099

Overpass

[timeout:600][out:xml][bbox:40.427589,-3.705785,40.438671,-3.695732];
area(2745744099) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(events_venue|marketplace|cafe|cinema|theatre|public_building|library|place_of_worship|hospital)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:railway"~"^(tram_stop|facility|station|historic_station|halt)$"];
nwr(area.a)["abandoned:shop"];
nwr(area.a)["abandoned:tourism"];
nwr(area.a)["amenity"~"^(cinema|hospital|place_of_worship|events_venue|library|cafe|public_building|marketplace|market|theatre)$"];
nwr(area.a)["area"="yes"];
nwr(area.a)["artwork:type"="sculpture"];
nwr(area.a)["artwork_type"~"^(statue|relief|sculpture)$"];
nwr(area.a)["barrier"="gate"];
nwr(area.a)["boundary"="administrative"];
nwr(area.a)["building"];
nwr(area.a)["building:levels"];
nwr(area.a)["demolished:amenity"~"^(public_building|hospital|library|cafe|place_of_worship|cinema|events_venue|theatre|marketplace)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:railway"~"^(halt|station|facility|historic_station|tram_stop)$"];
nwr(area.a)["demolished:shop"];
nwr(area.a)["demolished:tourism"];
nwr(area.a)["denomination"="samaritan"];
nwr(area.a)["destroyed:amenity"~"^(library|theatre|marketplace|cafe|public_building|hospital|place_of_worship|cinema|events_venue)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:railway"~"^(historic_station|station|facility|tram_stop|halt)$"];
nwr(area.a)["destroyed:shop"];
nwr(area.a)["destroyed:tourism"];
nwr(area.a)["disused:amenity"~"^(theatre|cafe|place_of_worship|public_building|cinema|marketplace|events_venue|hospital|library)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:railway"~"^(tram_stop|facility|station|halt|historic_station)$"];
nwr(area.a)["disused:shop"];
nwr(area.a)["disused:tourism"];
nwr(area.a)["foot"="yes"];
nwr(area.a)["government"="culture"];
nwr(area.a)["health_facility:type"];
nwr(area.a)["healthcare"="hospital"];
nwr(area.a)["highway"="pedestrian"];
nwr(area.a)["historic"~"^(memorial|city_gate|monument)$"];
nwr(area.a)["historic:amenity"~"^(theatre|public_building|hospital|library|cinema|marketplace|cafe|place_of_worship|events_venue)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:railway"~"^(station|facility|historic_station|halt|tram_stop)$"];
nwr(area.a)["historic:shop"];
nwr(area.a)["historic:tourism"];
nwr(area.a)["junction"];
nwr(area.a)["landuse"~"^(construction|retail|industrial|railway)$"];
nwr(area.a)["leisure"~"^(park|common)$"];
nwr(area.a)["location"="underground"];
nwr(area.a)["memorial"];
nwr(area.a)["memorial:type"="statue"];
nwr(area.a)["military"];
nwr(area.a)["office"];
nwr(area.a)["operator:type"="ngo"];
nwr(area.a)["place"~"^(square|neighbourhood|suburb)$"];
nwr(area.a)["public_transport"~"^(station|stop_position|stop_area|platform)$"];
nwr(area.a)["railway"~"^(halt|facility|tram_stop|station|historic_station)$"];
nwr(area.a)["religion"~"^(christian|jewish)$"];
nwr(area.a)["ruins:amenity"~"^(place_of_worship|cafe|hospital|public_building|cinema|marketplace|events_venue|library|theatre)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:railway"~"^(station|historic_station|halt|tram_stop|facility)$"];
nwr(area.a)["ruins:shop"];
nwr(area.a)["ruins:tourism"];
nwr(area.a)["service"];
nwr(area.a)["shop"];
rel(area.a)["site"~"^(railway|station|railway_station)$"];
nwr(area.a)["station"="subway"];
nwr(area.a)["subway"];
nwr(area.a)["tourism"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(cinema|public_building|hospital|events_venue|cafe|marketplace|library|place_of_worship|theatre)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:railway"~"^(facility|station|historic_station|halt|tram_stop)$"];
nwr(area.a)["was:shop"];
nwr(area.a)["was:tourism"];
) -> .b;
(
        way(345744099);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;