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 8e5127f commit d1da1d2Copy full SHA for d1da1d2
src/mapml/layers/MapMLLayer.js
@@ -98,6 +98,7 @@ export var MapMLLayer = L.Layer.extend({
98
},
99
changeOpacity: function (opacity) {
100
this._container.style.opacity = opacity;
101
+ this._layerEl.opacity = opacity;
102
if (this.opacityEl) this.opacityEl.value = opacity;
103
104
_changeExtentOpacity: function (e) {
0 commit comments