changeset 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 4c56682f83f7
children 01ea1e547c28
files client/src/components/layers/Layerselect.vue client/src/components/map/layers.js
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
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"
         );
       }
--- a/client/src/components/map/layers.js	Tue Oct 08 13:02:21 2019 +0200
+++ b/client/src/components/map/layers.js	Tue Oct 08 13:08:55 2019 +0200
@@ -465,7 +465,7 @@
             projection: "EPSG:3857",
             url: window.location.origin + "/api/internal/wms",
             params: {
-              LAYERS: "sounding_results_contour_lines_geoserver",
+              LAYERS: "sounding_results_areas_geoserver",
               VERSION: "1.1.1",
               TILED: true
             },