@igo2/geo 19.0.0-next.15 → 19.0.0-next.17
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.
- package/fesm2022/igo2-geo.mjs +1 -1
- package/fesm2022/igo2-geo.mjs.map +1 -1
- package/package.json +20 -20
package/fesm2022/igo2-geo.mjs
CHANGED
|
@@ -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
|