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 9628b3d commit d83a65dCopy full SHA for d83a65d
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