Skip to content

Commit 4be64aa

Browse files
committed
make the trueOrtho foto transparent outside of wuppertal
1 parent 23853cf commit 4be64aa

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/lib/tools/layerFactory.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,17 +309,20 @@ export const defaultLayerConf = {
309309
orthoIntra: {
310310
type: "wms",
311311
url: "http://s10221:7098/orthofotos/services",
312-
layers: "WO2018"
312+
layers: "WO2018",
313+
transparent: true
313314
},
314315
trueOrthoIntra: {
315316
type: "wms",
316317
url: "http://s10221:7098/orthofotos/services",
317-
layers: "WTO2018"
318+
layers: "WTO2018",
319+
transparent: true
318320
},
319321
trueOrtho2018: {
320322
type: "wms",
321323
url: "https://maps.wuppertal.de/deegree/wms",
322-
layers: "R102:trueortho201810"
324+
layers: "R102:trueortho201810",
325+
transparent: true
323326
},
324327
trueOrtho2020: {
325328
type: "wms",

0 commit comments

Comments
 (0)