MelihAltintas / vue3-openlayers

Web map Vue 3.x components with the power of OpenLayers
https://vue3openlayers.netlify.app/
MIT License
679 stars 126 forks source link

ol-webgl-tile-layer doesn't react to opacity anymore (regression in 6.1.2) #319

Closed pwuertz closed 6 months ago

pwuertz commented 6 months ago

Describe the bug Upgrading from release 6.1.1 to 6.1.2 (i.e. commit 974f1558e2230019f24a6c27dde0be199cc49703) introduced a regression in ol-webgl-tile-layer. Binding an opacity value like <ol-webgl-tile-layer :opacity="value" ...> still works for the initial value, but it seems like changes to value aren't propagated to the layer anymore. The layer opacity stays at its initial level.

Affected version(s) Dynamic opacity still works in 6.1.1, and stops working in 6.1.2.

To Reproduce Steps to reproduce the behavior:

Desktop (please complete the following information):

Additional context Tested with OpenLayers 9.0 and 9.1