Enlarge Wereldexport world map to full usable size.

Stack map full-width with 62vh height; on wide screens use 65/35 split and taller map area.
This commit is contained in:
Aissa
2026-07-19 18:55:20 +00:00
parent ff22498dcd
commit 0d74c146aa
3 changed files with 34 additions and 8 deletions
+1
View File
@@ -165,6 +165,7 @@ window.ExportIntelMap = (function () {
map.invalidateSize(true);
setTimeout(function () { if (map) map.invalidateSize(true); }, 120);
setTimeout(function () { if (map) map.invalidateSize(true); }, 400);
setTimeout(function () { if (map) map.invalidateSize(true); }, 800);
}
function init(containerId) {