comparison 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
comparison
equal deleted inserted replaced
4579:4c56682f83f7 4580:02cf2b4be955
76 }, 76 },
77 methods: { 77 methods: {
78 refreshLegend() { 78 refreshLegend() {
79 if (this.layer.get("id") === "BOTTLENECKISOLINE") { 79 if (this.layer.get("id") === "BOTTLENECKISOLINE") {
80 this.loadLegendImage( 80 this.loadLegendImage(
81 "sounding_results_contour_lines_geoserver", 81 "sounding_results_areas_geoserver",
82 "isolinesLegendImgDataURL" 82 "isolinesLegendImgDataURL"
83 ); 83 );
84 } 84 }
85 if (this.layer.get("id") === "DIFFERENCES") { 85 if (this.layer.get("id") === "DIFFERENCES") {
86 this.loadLegendImage( 86 this.loadLegendImage(