ol 10.5.1-dev.1747063497090 → 10.5.1-dev.1747647746066

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.5.1-dev.1747063497090",
3
+ "version": "10.5.1-dev.1747647746066",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
@@ -418,7 +418,7 @@ class ExecutorGroup {
418
418
  }
419
419
  if (zIndexContext) {
420
420
  zIndexContext.offset();
421
- const index = zs[i] * maxBuilderTypes + j;
421
+ const index = zs[i] * maxBuilderTypes + ALL.indexOf(builderType);
422
422
  if (!this.deferredZIndexContexts_[index]) {
423
423
  this.deferredZIndexContexts_[index] = [];
424
424
  }
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.5.1-dev.1747063497090';
36
+ export const VERSION = '10.5.1-dev.1747647746066';