diff --git a/spatial/static/spatial/js/gridmap.js b/spatial/static/spatial/js/gridmap.js index c1c63c6f0d38c9a926cd6ecaffd15fd64b8d6430..af00dc7b2d5595fdb81f83761eea66351e28bde6 100644 --- a/spatial/static/spatial/js/gridmap.js +++ b/spatial/static/spatial/js/gridmap.js @@ -181,6 +181,10 @@ async function initGridMap(inputModelId, wmsURL, year, mapAttribution) { WMSLayersDateBucket = {}; timestamps = undefined; todayLayerIndex = undefined; + document.getElementById("paramselector").style.display="block"; + document.getElementById("layerLegend").style.display="block"; + document.getElementById("slidecontainer").style.display="block"; + document.getElementById("errorMessageContainer").style.display="none"; modelId = inputModelId; let backgroundLayer = new ol.layer.Tile({