@igo2/geo 19.0.0-next.15 → 19.0.0-next.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3738,7 +3738,7 @@ class WMSDataSource extends DataSource {
3738
3738
  }
3739
3739
  set stylesParams(value) {
3740
3740
  this.options.params.STYLES = value;
3741
- this.ol.updateParams({ value });
3741
+ this.ol.updateParams({ STYLES: value });
3742
3742
  }
3743
3743
  get queryTitle() {
3744
3744
  return this.options.queryTitle