diff client/src/components/layers/Layerselect.vue @ 4580:02cf2b4be955 iso-areas

Use new areas layer in client.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 08 Oct 2019 13:08:55 +0200
parents 4f81082899c8
children db4e7fecad0d
line wrap: on
line diff
--- a/client/src/components/layers/Layerselect.vue	Tue Oct 08 13:02:21 2019 +0200
+++ b/client/src/components/layers/Layerselect.vue	Tue Oct 08 13:08:55 2019 +0200
@@ -78,7 +78,7 @@
     refreshLegend() {
       if (this.layer.get("id") === "BOTTLENECKISOLINE") {
         this.loadLegendImage(
-          "sounding_results_contour_lines_geoserver",
+          "sounding_results_areas_geoserver",
           "isolinesLegendImgDataURL"
         );
       }