We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23853cf commit 4be64aaCopy full SHA for 4be64aa
src/lib/tools/layerFactory.js
@@ -309,17 +309,20 @@ export const defaultLayerConf = {
309
orthoIntra: {
310
type: "wms",
311
url: "http://s10221:7098/orthofotos/services",
312
- layers: "WO2018"
+ layers: "WO2018",
313
+ transparent: true
314
},
315
trueOrthoIntra: {
316
317
- layers: "WTO2018"
318
+ layers: "WTO2018",
319
320
321
trueOrtho2018: {
322
323
url: "https://maps.wuppertal.de/deegree/wms",
- layers: "R102:trueortho201810"
324
+ layers: "R102:trueortho201810",
325
326
327
trueOrtho2020: {
328
0 commit comments