comparison client/src/components/layers/Layerselect.vue @ 4594:db4e7fecad0d iso-areas

Updated SLD templates for sounding results and differences.
author Raimund Renkert <raimund@renkert.org>
date Wed, 09 Oct 2019 13:29:43 +0200
parents 02cf2b4be955
children 702f06d827a8
comparison
equal deleted inserted replaced
4590:acd802a76b93 4594:db4e7fecad0d
135 return isVisible; 135 return isVisible;
136 } 136 }
137 }, 137 },
138 loadLegendImage(layer, storeTarget) { 138 loadLegendImage(layer, storeTarget) {
139 HTTP.get( 139 HTTP.get(
140 `/internal/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&LAYER=${layer}&legend_options=columns:4;fontAntiAliasing:true`, 140 `/internal/wms?REQUEST=GetLegendGraphic&VERSION=1.3.0&FORMAT=image/png&WIDTH=20&HEIGHT=20&LAYER=${layer}&legend_options=columns:4;fontAntiAliasing:true&SCALE=5000`,
141 { 141 {
142 headers: { 142 headers: {
143 Accept: "image/png", 143 Accept: "image/png",
144 "X-Gemma-Auth": localStorage.getItem("token") 144 "X-Gemma-Auth": localStorage.getItem("token")
145 }, 145 },