Meißen

Meißen, Landkreis Meißen, Saxony, Germany
category: boundary — type: administrative — OSM: relation 546775

Overpass

[timeout:600][out:xml][bbox:51.129161,13.424173,51.193169,13.542279];
area(3600546775) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(monastery|school|college|library|place_of_worship|shelter)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:man_made"~"^(tower|works|bridge)$"];
nwr(area.a)["abandoned:railway"~"^(station|historic_station|tram_stop|halt|facility)$"];
nwr(area.a)["abandoned:tourism"~"^(gallery|museum|attraction)$"];
nwr(area.a)["addr"="city"];
nwr(area.a)["amenity"~"^(library|place_of_worship|monastery|school|college|shelter|winery)$"];
nwr(area.a)["attribution"];
nwr(area.a)["boundary"~"^(protected_area|administrative)$"];
nwr(area.a)["bridge"];
nwr(area.a)["building"];
nwr(area.a)["craft"="winery"];
nwr(area.a)["demolished:amenity"~"^(place_of_worship|school|monastery|college|shelter|library)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:man_made"~"^(tower|bridge|works)$"];
nwr(area.a)["demolished:railway"~"^(station|halt|facility|historic_station|tram_stop)$"];
nwr(area.a)["demolished:tourism"~"^(gallery|attraction|museum)$"];
nwr(area.a)["denomination"~"^(lutheran|protestant)$"];
nwr(area.a)["destroyed:amenity"~"^(college|monastery|shelter|school|library|place_of_worship)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:man_made"~"^(works|bridge|tower)$"];
nwr(area.a)["destroyed:railway"~"^(historic_station|station|tram_stop|facility|halt)$"];
nwr(area.a)["destroyed:tourism"~"^(gallery|attraction|museum)$"];
nwr(area.a)["disused:amenity"~"^(school|monastery|place_of_worship|shelter|college|library)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:man_made"~"^(works|tower|bridge)$"];
nwr(area.a)["disused:railway"~"^(halt|tram_stop|facility|historic_station|station)$"];
nwr(area.a)["disused:tourism"~"^(museum|attraction|gallery)$"];
nwr(area.a)["government"];
nwr(area.a)["highway"="footway"];
nwr(area.a)["historic"~"^(tower_house|museum|battlefield|archaeological_site|castle|ruins)$"];
nwr(area.a)["historic:amenity"~"^(school|monastery|library|place_of_worship|shelter|college)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:man_made"~"^(bridge|tower|works)$"];
nwr(area.a)["historic:railway"~"^(facility|historic_station|halt|tram_stop|station)$"];
nwr(area.a)["historic:tourism"~"^(gallery|museum|attraction)$"];
nwr(area.a)["industrial"="factory"];
nwr(area.a)["landuse"~"^(railway|construction)$"];
nwr(area.a)["location"="underground"];
nwr(area.a)["man_made"~"^(tower|works|bridge)$"];
nwr(area.a)["military"];
nwr(area.a)["museum"];
nwr(area.a)["natural"~"^(rock|water)$"];
nwr(area.a)["office"~"^(educational_institution|association)$"];
nwr(area.a)["operator:type"~"^(ngo|government)$"];
nwr(area.a)["place"~"^(municipality|quarter|city|locality|neighbourhood|suburb|village|town)$"];
nwr(area.a)["public_transport"~"^(station|stop_position|stop_area)$"];
nwr(area.a)["railway"~"^(station|historic_station|halt|facility|tram_stop)$"];
nwr(area.a)["religion"="christian"];
nwr(area.a)["ruins:amenity"~"^(school|monastery|place_of_worship|shelter|college|library)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:man_made"~"^(bridge|tower|works)$"];
nwr(area.a)["ruins:railway"~"^(station|historic_station|halt|tram_stop|facility)$"];
nwr(area.a)["ruins:tourism"~"^(gallery|museum|attraction)$"];
nwr(area.a)["seamark:type"="bridge"];
rel(area.a)["site"~"^(railway|railway_station|station|school)$"];
nwr(area.a)["tourism"~"^(museum|attraction|gallery)$"];
nwr(area.a)["tunnel"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(school|college|shelter|library|monastery|place_of_worship)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:man_made"~"^(works|bridge|tower)$"];
nwr(area.a)["was:railway"~"^(facility|historic_station|station|halt|tram_stop)$"];
nwr(area.a)["was:tourism"~"^(museum|gallery|attraction)$"];
) -> .b;
(
        rel(546775);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;