opacity 1

parent 1573aaa5
......@@ -43,7 +43,7 @@ function addImageLayer(labelDate) {
// add layer
layer_types.forEach(layer_type => {
const xyz = new ol.layer.Tile({
opacity: 0.2,
opacity: 1,
name: layer_type,
source: new ol.source.XYZ({
projection: 'EPSG:3857',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment