ol 10.3.2-dev.1736857702119 → 10.3.2-dev.1737060172451

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol",
3
- "version": "10.3.2-dev.1736857702119",
3
+ "version": "10.3.2-dev.1737060172451",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
package/source/wms.js CHANGED
@@ -124,7 +124,7 @@ export function getRequestParams(params, request) {
124
124
  'VERSION': DEFAULT_VERSION,
125
125
  'FORMAT': 'image/png',
126
126
  'STYLES': '',
127
- 'TRANSPARENT': true,
127
+ 'TRANSPARENT': 'TRUE',
128
128
  },
129
129
  params,
130
130
  );
package/util.js CHANGED
@@ -33,4 +33,4 @@ export function getUid(obj) {
33
33
  * OpenLayers version.
34
34
  * @type {string}
35
35
  */
36
- export const VERSION = '10.3.2-dev.1736857702119';
36
+ export const VERSION = '10.3.2-dev.1737060172451';