diff --git a/index.html b/index.html
index 3409ff9..6e72ae5 100644
--- a/index.html
+++ b/index.html
@@ -151,6 +151,7 @@ function init(){
roadsLayer=L.layerGroup().addTo(map);
buildingsLayer=L.layerGroup().addTo(map);
updateModeBadge();
+ setTimeout(()=>map.invalidateSize(),100);
}
// ====================== ВЫБОР ЛОКАЦИИ ======================