Thun

Thun, Verwaltungskreis Thun, Verwaltungsregion Oberland, Bern, Switzerland
category: boundary — type: administrative — OSM: relation 1682682

Overpass

[timeout:600][out:xml][bbox:46.709483,7.586202,46.771486,7.690264];
area(3601682682) -> .a;
(
nwr(area.a)["abandoned:amenity"~"^(school|events_venue|shelter|bank|community_centre|public_building|place_of_worship|events_centre|townhall)$"];
nwr(area.a)["abandoned:building"];
nwr(area.a)["abandoned:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["abandoned:man_made"="tower"];
nwr(area.a)["abandoned:railway"~"^(tram_stop|facility|station|historic_station|halt)$"];
nwr(area.a)["abandoned:tourism"];
nwr(area.a)["admin_level"];
nwr(area.a)["aeroway"];
nwr(area.a)["amenity"~"^(place_of_worship|bank|university|events_venue|townhall|school|public_building|events_centre|community_centre|college|shelter)$"];
nwr(area.a)["artwork_type"="painting"];
nwr(area.a)["boat"];
nwr(area.a)["boundary"="administrative"];
nwr(area.a)["building"];
nwr(area.a)["building:levels"];
nwr(area.a)["club"="sport"];
nwr(area.a)["demolished:amenity"~"^(bank|school|public_building|townhall|shelter|place_of_worship|events_centre|events_venue|community_centre)$"];
nwr(area.a)["demolished:building"];
nwr(area.a)["demolished:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["demolished:man_made"="tower"];
nwr(area.a)["demolished:railway"~"^(halt|station|facility|historic_station|tram_stop)$"];
nwr(area.a)["demolished:tourism"];
nwr(area.a)["destroyed:amenity"~"^(townhall|events_centre|public_building|shelter|school|bank|community_centre|place_of_worship|events_venue)$"];
nwr(area.a)["destroyed:building"];
nwr(area.a)["destroyed:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["destroyed:man_made"="tower"];
nwr(area.a)["destroyed:railway"~"^(historic_station|station|facility|tram_stop|halt)$"];
nwr(area.a)["destroyed:tourism"];
nwr(area.a)["disused:amenity"~"^(place_of_worship|public_building|events_centre|school|townhall|events_venue|community_centre|shelter|bank)$"];
nwr(area.a)["disused:building"];
nwr(area.a)["disused:leisure"~"^(stadium|sports_centre)$"];
nwr(area.a)["disused:man_made"="tower"];
nwr(area.a)["disused:railway"~"^(tram_stop|facility|station|halt|historic_station)$"];
nwr(area.a)["disused:tourism"];
nwr(area.a)["government"];
nwr(area.a)["historic"~"^(tower_house|archaeological_site|castle|ruins|manor)$"];
nwr(area.a)["historic:amenity"~"^(school|bank|public_building|community_centre|townhall|shelter|events_centre|place_of_worship|events_venue)$"];
nwr(area.a)["historic:building"];
nwr(area.a)["historic:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["historic:man_made"="tower"];
nwr(area.a)["historic:railway"~"^(station|facility|historic_station|halt|tram_stop)$"];
nwr(area.a)["historic:tourism"];
nwr(area.a)["image"];
nwr(area.a)["indoor"];
nwr(area.a)["landuse"~"^(railway|recreation_ground)$"];
nwr(area.a)["leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["man_made"="tower"];
nwr(area.a)["military"];
nwr(area.a)["motor_vehicle"];
nwr(area.a)["motorboat"];
nwr(area.a)["museum"];
nwr(area.a)["natural"="water"];
nwr(area.a)["office"];
nwr(area.a)["operator:type"~"^(ngo|cooperative|government)$"];
nwr(area.a)["place"];
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"];
nwr(area.a)["ruins:amenity"~"^(events_centre|place_of_worship|community_centre|townhall|public_building|bank|school|shelter|events_venue)$"];
nwr(area.a)["ruins:building"];
nwr(area.a)["ruins:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["ruins:man_made"="tower"];
nwr(area.a)["ruins:railway"~"^(station|historic_station|halt|tram_stop|facility)$"];
nwr(area.a)["ruins:tourism"];
nwr(area.a)["ship"];
rel(area.a)["site"~"^(railway|station|railway_station)$"];
nwr(area.a)["sport"];
nwr(area.a)["tourism"];
rel(area.a)["type"="site"];
nwr(area.a)["was:amenity"~"^(community_centre|shelter|events_centre|public_building|events_venue|school|bank|place_of_worship|townhall)$"];
nwr(area.a)["was:building"];
nwr(area.a)["was:leisure"~"^(sports_centre|stadium)$"];
nwr(area.a)["was:man_made"="tower"];
nwr(area.a)["was:railway"~"^(facility|station|historic_station|halt|tram_stop)$"];
nwr(area.a)["was:tourism"];
nwr(area.a)["waterway"];
) -> .b;
(
        rel(1682682);
    nwr(area.a)["wikidata"];
    nwr(area.a)["addr:housenumber"];
    nwr.b[~"^(addr:housenumber|.*name.*)$"~".",i];
    nwr.b[~"^ref:"~"."];
    
);
(._;>;);
out;