ol 10.3.1-dev.1733000076141 → 10.3.1-dev.1733310096846
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/VectorRenderTile.d.ts +6 -4
- package/VectorRenderTile.d.ts.map +1 -1
- package/VectorRenderTile.js +3 -3
- package/dist/ol.js +1 -1
- package/dist/ol.js.map +1 -1
- package/layer.d.ts +1 -0
- package/layer.js +1 -0
- package/package.json +1 -1
- package/util.js +1 -1
package/VectorRenderTile.d.ts
CHANGED
|
@@ -45,19 +45,21 @@ declare class VectorRenderTile extends Tile {
|
|
|
45
45
|
private context_;
|
|
46
46
|
/**
|
|
47
47
|
* Executor groups. Read/written by the renderer.
|
|
48
|
-
* @type {Array<import("./render/canvas/ExecutorGroup.js").default
|
|
48
|
+
* @type {Object<string, Array<import("./render/canvas/ExecutorGroup.js").default>>}
|
|
49
49
|
*/
|
|
50
|
-
executorGroups:
|
|
50
|
+
executorGroups: {
|
|
51
|
+
[x: string]: import("./render/canvas/ExecutorGroup.js").default[];
|
|
52
|
+
};
|
|
51
53
|
/**
|
|
52
54
|
* Number of loading source tiles. Read/written by the source.
|
|
53
55
|
* @type {number}
|
|
54
56
|
*/
|
|
55
57
|
loadingSourceTiles: number;
|
|
56
58
|
/**
|
|
57
|
-
* @type {Object<
|
|
59
|
+
* @type {Object<string, ImageData>}
|
|
58
60
|
*/
|
|
59
61
|
hitDetectionImageData: {
|
|
60
|
-
[x:
|
|
62
|
+
[x: string]: ImageData;
|
|
61
63
|
};
|
|
62
64
|
/**
|
|
63
65
|
* @private
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VectorRenderTile.d.ts","sourceRoot":"","sources":["VectorRenderTile.js"],"names":[],"mappings":";;;;;WASc,OAAO;;;;yBACP,IAAI,GAAC,OAAO,aAAa,EAAE,aAAa;;;;0BACxC,MAAM;;;;wBACN,MAAM;;;;sBACN,MAAM;;;;4BACN,MAAM;;;;mBACN,MAAM;;AAQpB;IACE;;;;;;OAMG;IACH,uBANW,OAAO,gBAAgB,EAAE,SAAS,4BAElC,OAAO,gBAAgB,EAAE,SAAS,kBAClC,CAAS,IAAgB,EAAhB,gBAAgB,KAAE,KAAK,CAAC,mCAA8B,CAAC,qBAChE,CAAS,IAAgB,EAAhB,gBAAgB,KAAE,IAAI,EAsEzC;IA3DC;;;OAGG;IACH,iBAAoB;IAEpB;;;OAGG;IACH
|
|
1
|
+
{"version":3,"file":"VectorRenderTile.d.ts","sourceRoot":"","sources":["VectorRenderTile.js"],"names":[],"mappings":";;;;;WASc,OAAO;;;;yBACP,IAAI,GAAC,OAAO,aAAa,EAAE,aAAa;;;;0BACxC,MAAM;;;;wBACN,MAAM;;;;sBACN,MAAM;;;;4BACN,MAAM;;;;mBACN,MAAM;;AAQpB;IACE;;;;;;OAMG;IACH,uBANW,OAAO,gBAAgB,EAAE,SAAS,4BAElC,OAAO,gBAAgB,EAAE,SAAS,kBAClC,CAAS,IAAgB,EAAhB,gBAAgB,KAAE,KAAK,CAAC,mCAA8B,CAAC,qBAChE,CAAS,IAAgB,EAAhB,gBAAgB,KAAE,IAAI,EAsEzC;IA3DC;;;OAGG;IACH,iBAAoB;IAEpB;;;OAGG;IACH;;MAAwB;IAExB;;;OAGG;IACH,oBAFU,MAAM,CAEW;IAE3B;;OAEG;IACH;;MAA+B;IAE/B;;;OAGG;IACH,qBAAsB;IAEtB;;OAEG;IACH,aAFU,KAAK,CAAC,mCAAiC,CAAC,CAE7B;IAErB;;OAEG;IACH;;MAAuB;IAEvB;;OAEG;IACH,kBAFU,MAAM,CAEK;IAErB;;OAEG;IACH,gBAFU,MAAY,KAAK,CAAC,mCAAiC,CAAC,CAEJ;IAE1D;;;OAGG;IACH,2BAA2C;IAE3C;;OAEG;IACH,kBAFU,OAAO,gBAAgB,EAAE,SAAS,CAER;IAGtC;;OAEG;IACH,cAFY,wBAAwB,CAOnC;IAED;;OAEG;IACH,cAFY,OAAO,CAIlB;IAED;;;OAGG;IACH,YAFY,iBAAiB,CAI5B;IAED;;;OAGG;IACH,sBAHW,OAAO,kBAAkB,EAAE,OAAO,GACjC,WAAW,CAgBtB;CAwBF;iBArKgB,WAAW"}
|
package/VectorRenderTile.js
CHANGED
|
@@ -46,9 +46,9 @@ class VectorRenderTile extends Tile {
|
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
48
|
* Executor groups. Read/written by the renderer.
|
|
49
|
-
* @type {Array<import("./render/canvas/ExecutorGroup.js").default
|
|
49
|
+
* @type {Object<string, Array<import("./render/canvas/ExecutorGroup.js").default>>}
|
|
50
50
|
*/
|
|
51
|
-
this.executorGroups =
|
|
51
|
+
this.executorGroups = {};
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
54
|
* Number of loading source tiles. Read/written by the source.
|
|
@@ -57,7 +57,7 @@ class VectorRenderTile extends Tile {
|
|
|
57
57
|
this.loadingSourceTiles = 0;
|
|
58
58
|
|
|
59
59
|
/**
|
|
60
|
-
* @type {Object<
|
|
60
|
+
* @type {Object<string, ImageData>}
|
|
61
61
|
*/
|
|
62
62
|
this.hitDetectionImageData = {};
|
|
63
63
|
|