diff client/src/components/map/layers.js @ 4944:6256d1bca8f6 fairway-marks-import

make fairwaymarks layer visible per default
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 18 Feb 2020 09:31:09 +0100
parents c4d84be3a476
children aeb100b4c41b
line wrap: on
line diff
--- a/client/src/components/map/layers.js	Tue Feb 18 09:10:27 2020 +0100
+++ b/client/src/components/map/layers.js	Tue Feb 18 09:31:09 2020 +0100
@@ -680,7 +680,7 @@
         new TileLayer({
           id: "FAIRWAYMARKS",
           label: "Fairway marks",
-          visible: false,
+          visible: true,
           source: new TileWMS({
             preload: 0,
             projection: "EPSG:3857",