Support transparent WMS property (fix #468)

This commit is contained in:
Norbert Renner 2022-07-13 10:41:18 +02:00
parent e058802777
commit 8d043c9b37

View file

@ -450,6 +450,7 @@ BR.LayersConfig = L.Class.extend({
L.Util.extend(josmOptions, {
layers: props.layers,
format: props.format,
transparent: props.transparent || false,
})
);
} else {