diff client/src/components/layers/layers.js @ 5426:67ffa7517888 marking-single-beam

Added new group layer 'sounding_results'.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 09 Jul 2021 23:08:08 +0200
parents a17c2a0b8e44
children 661af6353d3b
line wrap: on
line diff
--- a/client/src/components/layers/layers.js	Fri Jul 09 22:03:44 2021 +0200
+++ b/client/src/components/layers/layers.js	Fri Jul 09 23:08:08 2021 +0200
@@ -386,7 +386,7 @@
             projection: "EPSG:3857",
             url: window.location.origin + "/api/internal/wms",
             params: {
-              LAYERS: "sounding_results_areas_geoserver",
+              LAYERS: "sounding_results",
               VERSION: "1.1.1",
               TILED: true
             },