diff client/src/components/layers/Layerselect.vue @ 3444:1559566662f5

client: data accuracy: Add diagram for sections.
author Raimund Renkert <raimund.renkert@intevation.de>
date Fri, 24 May 2019 12:05:35 +0200
parents 9fba1be118e7
children 224ee5a3acb1
line wrap: on
line diff
--- a/client/src/components/layers/Layerselect.vue	Fri May 24 11:46:07 2019 +0200
+++ b/client/src/components/layers/Layerselect.vue	Fri May 24 12:05:35 2019 +0200
@@ -75,7 +75,8 @@
         if (
           this.layerId === "GAUGES" ||
           this.layerId === "STRETCHES" ||
-          this.layerId === "BOTTLENECKS"
+          this.layerId === "BOTTLENECKS" ||
+          this.layerId === "SECTIONS"
         ) {
           map.getLayer("DATAAVAILABILITY").changed();
         }