changeset 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 4c57d80ad7a7
children 97533bbfaa2d
files client/src/components/map/layers.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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",