From aae3c5d17ded53633c4aa300bd8a59bf6155459c Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 30 Dec 2020 15:58:27 +0300 Subject: [PATCH] v1.4.65 --- modules/ui/options.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ui/options.js b/modules/ui/options.js index 74022100..ccf5fc68 100644 --- a/modules/ui/options.js +++ b/modules/ui/options.js @@ -160,6 +160,7 @@ function changeMapSize() { oceanLayers.select("rect").attr("x", 0).attr("y", 0).attr("width", maxWidth).attr("height", maxHeight); fogging.selectAll("rect").attr("x", 0).attr("y", 0).attr("width", maxWidth).attr("height", maxHeight); defs.select("mask#fog > rect").attr("width", maxWidth).attr("height", maxHeight); + texture.select("image").attr("width", maxWidth).attr("height", maxHeight); fitScaleBar(); if (window.fitLegendBox) fitLegendBox();