ol 7.5.1 → 7.5.2

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": "7.5.1",
3
+ "version": "7.5.2",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
@@ -1 +1 @@
1
- {"version":3,"file":"Composite.d.ts","sourceRoot":"","sources":["Composite.js"],"names":[],"mappings":";AAaA;;;;GAIG;AACH;IAOI;;OAEG;IACH,wBAFU,OAAO,cAAc,EAAE,SAAS,CAMzC;IAED;;;OAGG;IACH,iBAA6C;IAY7C;;;OAGG;IACH,kBAAmB;IAEnB;;;OAGG;IACH,yBAA4B;IAE5B;;OAEG;IACH,kBAFU,yDAA+C,CAE/B;CAqG7B;wBAnKuB,UAAU"}
1
+ {"version":3,"file":"Composite.d.ts","sourceRoot":"","sources":["Composite.js"],"names":[],"mappings":";AAaA;;;;GAIG;AACH;IAOI;;OAEG;IACH,wBAFU,OAAO,cAAc,EAAE,SAAS,CAMzC;IAED;;;OAGG;IACH,iBAA6C;IAY7C;;;OAGG;IACH,kBAAmB;IAEnB;;;OAGG;IACH,yBAA4B;IAE5B;;OAEG;IACH,kBAFU,yDAA+C,CAE/B;CAoG7B;wBAlKuB,UAAU"}
@@ -161,7 +161,6 @@ class CompositeMapRenderer extends MapRenderer {
161
161
  for (let i = layers.length - 1; i >= 0; --i) {
162
162
  layers[i].renderDeclutter(frameState);
163
163
  }
164
- frameState.declutterTree = null;
165
164
  layers.length = 0;
166
165
  }
167
166
  }
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 = '7.5.1';
36
+ export const VERSION = '7.5.2';