ol 9.0.0-dev.1707341212133 → 9.0.0-dev.1707494062569

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.
Files changed (104) hide show
  1. package/Map.d.ts +5 -10
  2. package/Map.d.ts.map +1 -1
  3. package/Map.js +3 -17
  4. package/VectorRenderTile.d.ts +0 -7
  5. package/VectorRenderTile.d.ts.map +1 -1
  6. package/VectorRenderTile.js +0 -6
  7. package/dist/ol.d.ts +2 -0
  8. package/dist/ol.d.ts.map +1 -1
  9. package/dist/ol.js +2 -2
  10. package/dist/ol.js.map +1 -1
  11. package/layer/BaseVector.d.ts +7 -22
  12. package/layer/BaseVector.d.ts.map +1 -1
  13. package/layer/BaseVector.js +12 -20
  14. package/layer/Layer.d.ts +12 -0
  15. package/layer/Layer.d.ts.map +1 -1
  16. package/layer/Layer.js +23 -0
  17. package/layer/VectorImage.d.ts +10 -6
  18. package/layer/VectorImage.d.ts.map +1 -1
  19. package/layer/VectorImage.js +5 -3
  20. package/layer/VectorTile.d.ts +22 -30
  21. package/layer/VectorTile.d.ts.map +1 -1
  22. package/layer/VectorTile.js +10 -14
  23. package/package.json +1 -1
  24. package/render/VectorContext.d.ts +22 -11
  25. package/render/VectorContext.d.ts.map +1 -1
  26. package/render/VectorContext.js +22 -11
  27. package/render/canvas/Builder.d.ts +2 -1
  28. package/render/canvas/Builder.d.ts.map +1 -1
  29. package/render/canvas/Builder.js +19 -3
  30. package/render/canvas/Executor.d.ts +18 -7
  31. package/render/canvas/Executor.d.ts.map +1 -1
  32. package/render/canvas/Executor.js +101 -57
  33. package/render/canvas/ExecutorGroup.d.ts +39 -9
  34. package/render/canvas/ExecutorGroup.d.ts.map +1 -1
  35. package/render/canvas/ExecutorGroup.js +96 -25
  36. package/render/canvas/ImageBuilder.d.ts +1 -1
  37. package/render/canvas/ImageBuilder.d.ts.map +1 -1
  38. package/render/canvas/ImageBuilder.js +30 -8
  39. package/render/canvas/Immediate.d.ts +11 -0
  40. package/render/canvas/Immediate.d.ts.map +1 -1
  41. package/render/canvas/LineStringBuilder.d.ts.map +1 -1
  42. package/render/canvas/LineStringBuilder.js +6 -4
  43. package/render/canvas/PolygonBuilder.d.ts.map +1 -1
  44. package/render/canvas/PolygonBuilder.js +9 -6
  45. package/render/canvas/TextBuilder.d.ts +4 -0
  46. package/render/canvas/TextBuilder.d.ts.map +1 -1
  47. package/render/canvas/TextBuilder.js +15 -6
  48. package/render/canvas/ZIndexContext.d.ts +56 -0
  49. package/render/canvas/ZIndexContext.d.ts.map +1 -0
  50. package/render/canvas/ZIndexContext.js +112 -0
  51. package/render/canvas/style.d.ts.map +1 -1
  52. package/render/canvas/style.js +9 -2
  53. package/render/canvas.d.ts +2 -2
  54. package/render/canvas.d.ts.map +1 -1
  55. package/render/canvas.js +6 -2
  56. package/renderer/Composite.d.ts +3 -2
  57. package/renderer/Composite.d.ts.map +1 -1
  58. package/renderer/Composite.js +26 -19
  59. package/renderer/Layer.d.ts +4 -0
  60. package/renderer/Layer.d.ts.map +1 -1
  61. package/renderer/Layer.js +5 -0
  62. package/renderer/Map.d.ts +0 -4
  63. package/renderer/Map.d.ts.map +1 -1
  64. package/renderer/Map.js +0 -5
  65. package/renderer/canvas/Layer.d.ts +4 -0
  66. package/renderer/canvas/Layer.d.ts.map +1 -1
  67. package/renderer/canvas/Layer.js +32 -0
  68. package/renderer/canvas/VectorImageLayer.d.ts.map +1 -1
  69. package/renderer/canvas/VectorImageLayer.js +8 -1
  70. package/renderer/canvas/VectorLayer.d.ts +6 -5
  71. package/renderer/canvas/VectorLayer.d.ts.map +1 -1
  72. package/renderer/canvas/VectorLayer.js +55 -58
  73. package/renderer/canvas/VectorTileLayer.d.ts +14 -3
  74. package/renderer/canvas/VectorTileLayer.d.ts.map +1 -1
  75. package/renderer/canvas/VectorTileLayer.js +129 -60
  76. package/renderer/vector.d.ts +3 -2
  77. package/renderer/vector.d.ts.map +1 -1
  78. package/renderer/vector.js +68 -126
  79. package/renderer/webgl/PointsLayer.d.ts +1 -0
  80. package/renderer/webgl/PointsLayer.d.ts.map +1 -1
  81. package/renderer/webgl/PointsLayer.js +2 -0
  82. package/source/Raster.js +1 -1
  83. package/style/Circle.d.ts +2 -2
  84. package/style/Circle.d.ts.map +1 -1
  85. package/style/Circle.js +1 -1
  86. package/style/Icon.d.ts +1 -1
  87. package/style/Icon.d.ts.map +1 -1
  88. package/style/Icon.js +1 -1
  89. package/style/Image.d.ts +7 -6
  90. package/style/Image.d.ts.map +1 -1
  91. package/style/Image.js +4 -3
  92. package/style/RegularShape.d.ts +2 -2
  93. package/style/RegularShape.d.ts.map +1 -1
  94. package/style/RegularShape.js +1 -1
  95. package/style/Style.d.ts +17 -0
  96. package/style/Style.d.ts.map +1 -1
  97. package/style/Style.js +10 -0
  98. package/style/Text.d.ts +16 -0
  99. package/style/Text.d.ts.map +1 -1
  100. package/style/Text.js +17 -0
  101. package/style/flat.d.ts +11 -6
  102. package/style/flat.d.ts.map +1 -1
  103. package/style/flat.js +4 -3
  104. package/util.js +1 -1
@@ -68,18 +68,13 @@ export type Options<VectorSourceType extends import("../source/Vector.js").defau
68
68
  */
69
69
  map?: import("../Map.js").default | undefined;
70
70
  /**
71
- * Declutter images and text. Decluttering is applied to all
72
- * image and text styles of all Vector and VectorTile layers that have set this to `true`. The priority
73
- * is defined by the z-index of the layer, the `zIndex` of the style and the render order of features.
74
- * Higher z-index means higher priority. Within the same z-index, a feature rendered before another has
75
- * higher priority.
76
- *
77
- * As an optimization decluttered features from layers with the same `className` are rendered above
78
- * the fill and stroke styles of all of those layers regardless of z-index. To opt out of this
79
- * behavior and place declutterd features with their own layer configure the layer with a `className`
80
- * other than `ol-layer`.
71
+ * Declutter images and text. Any truthy value will enable
72
+ * decluttering. Within a layer, a feature rendered before another has higher priority. All layers with the
73
+ * same `declutter` value will be decluttered together. The priority is determined by the drawing order of the
74
+ * layers with the same `declutter` value. Higher in the layer stack means higher priority. To declutter distinct
75
+ * layers or groups of layers separately, use different truthy values for `declutter`.
81
76
  */
82
- declutter?: boolean | undefined;
77
+ declutter?: string | number | boolean | undefined;
83
78
  /**
84
79
  * Layer style. When set to `null`, only
85
80
  * features that have their own style will be rendered. See {@link module :ol/style/Style~Style} for the default style
@@ -129,7 +124,7 @@ declare class BaseVectorLayer<VectorSourceType extends import("../source/Vector.
129
124
  constructor(options?: Options<VectorSourceType> | undefined);
130
125
  /**
131
126
  * @private
132
- * @type {boolean}
127
+ * @type {string}
133
128
  */
134
129
  private declutter_;
135
130
  /**
@@ -159,10 +154,6 @@ declare class BaseVectorLayer<VectorSourceType extends import("../source/Vector.
159
154
  * @private
160
155
  */
161
156
  private updateWhileInteracting_;
162
- /**
163
- * @return {boolean} Declutter.
164
- */
165
- getDeclutter(): boolean;
166
157
  /**
167
158
  * @return {number|undefined} Render buffer.
168
159
  */
@@ -195,12 +186,6 @@ declare class BaseVectorLayer<VectorSourceType extends import("../source/Vector.
195
186
  * interacting.
196
187
  */
197
188
  getUpdateWhileInteracting(): boolean;
198
- /**
199
- * Render declutter items for this layer
200
- * @param {import("../Map.js").FrameState} frameState Frame state.
201
- * @param {import("../layer/Layer.js").State} layerState Layer state.
202
- */
203
- renderDeclutter(frameState: import("../Map.js").FrameState, layerState: import("../layer/Layer.js").State): void;
204
189
  /**
205
190
  * @param {import("../render.js").OrderFunction|null|undefined} renderOrder
206
191
  * Render order.
@@ -1 +1 @@
1
- {"version":3,"file":"BaseVector.d.ts","sourceRoot":"","sources":["BaseVector.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6EA;;;;;;;;;;;GAWG;AACH;IACE;;OAEG;IACH,6DA0DC;IA/CC;;;OAGG;IACH,mBAC6D;IAE7D;;;OAGG;IACH,sBACiE;IAEjE;;;;OAIG;IACH,eAAkB;IAElB;;;;OAIG;IACH,uBAA+B;IAI/B;;;OAGG;IACH,8BAGW;IAEX;;;OAGG;IACH,gCAGW;IAGb;;OAEG;IACH,gBAFY,OAAO,CAIlB;IAoBD;;OAEG;IACH,mBAFY,MAAM,GAAC,SAAS,CAI3B;IAED;;;OAGG;IACH,yBAHqB,OAAO,eAAe,EAAE,OAAO,QAAE,OAAO,eAAe,EAAE,OAAO,KAAG,MAAM,GAAC,IAAI,GAAC,SAAS,CAO5G;IAED;;;;;OAKG;IACH,YAHY,OAAO,mBAAmB,EAAE,SAAS,GAAC,IAAI,GAAC,SAAS,CAK/D;IAED;;;;OAIG;IACH,oBAHY,OAAO,mBAAmB,EAAE,aAAa,GAAC,SAAS,CAK9D;IAED;;;OAGG;IACH,2BAHY,OAAO,CAKlB;IAED;;;OAGG;IACH,6BAHY,OAAO,CAKlB;IAED;;;;OAIG;IACH,4BAHW,OAAO,WAAW,EAAE,UAAU,cAC9B,OAAO,mBAAmB,EAAE,KAAK,QAU3C;IAED;;;OAGG;IACH,4BAHW,OAAO,cAAc,EAAE,aAAa,GAAC,IAAI,GAAC,SAAS,QAK7D;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,4HAKC;CACF;kBArRiB,YAAY"}
1
+ {"version":3,"file":"BaseVector.d.ts","sourceRoot":"","sources":["BaseVector.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEA;;;;;;;;;;;GAWG;AACH;IACE;;OAEG;IACH,6DAyDC;IA9CC;;;OAGG;IACH,mBAA2E;IAE3E;;;OAGG;IACH,sBACiE;IAEjE;;;;OAIG;IACH,eAAkB;IAElB;;;;OAIG;IACH,uBAA+B;IAI/B;;;OAGG;IACH,8BAGW;IAEX;;;OAGG;IACH,gCAGW;IA4Bb;;OAEG;IACH,mBAFY,MAAM,GAAC,SAAS,CAI3B;IAED;;;OAGG;IACH,yBAHqB,OAAO,eAAe,EAAE,OAAO,QAAE,OAAO,eAAe,EAAE,OAAO,KAAG,MAAM,GAAC,IAAI,GAAC,SAAS,CAO5G;IAED;;;;;OAKG;IACH,YAHY,OAAO,mBAAmB,EAAE,SAAS,GAAC,IAAI,GAAC,SAAS,CAK/D;IAED;;;;OAIG;IACH,oBAHY,OAAO,mBAAmB,EAAE,aAAa,GAAC,SAAS,CAK9D;IAED;;;OAGG;IACH,2BAHY,OAAO,CAKlB;IAED;;;OAGG;IACH,6BAHY,OAAO,CAKlB;IAeD;;;OAGG;IACH,4BAHW,OAAO,cAAc,EAAE,aAAa,GAAC,IAAI,GAAC,SAAS,QAK7D;IAED;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,4HAKC;CACF;kBA7QiB,YAAY"}
@@ -43,16 +43,11 @@ import {
43
43
  * this layer in its layers collection, and the layer will be rendered on top. This is useful for
44
44
  * temporary layers. The standard way to add a layer to a map and have it managed by the map is to
45
45
  * use [map.addLayer()]{@link import("../Map.js").default#addLayer}.
46
- * @property {boolean} [declutter=false] Declutter images and text. Decluttering is applied to all
47
- * image and text styles of all Vector and VectorTile layers that have set this to `true`. The priority
48
- * is defined by the z-index of the layer, the `zIndex` of the style and the render order of features.
49
- * Higher z-index means higher priority. Within the same z-index, a feature rendered before another has
50
- * higher priority.
51
- *
52
- * As an optimization decluttered features from layers with the same `className` are rendered above
53
- * the fill and stroke styles of all of those layers regardless of z-index. To opt out of this
54
- * behavior and place declutterd features with their own layer configure the layer with a `className`
55
- * other than `ol-layer`.
46
+ * @property {boolean|string|number} [declutter=false] Declutter images and text. Any truthy value will enable
47
+ * decluttering. Within a layer, a feature rendered before another has higher priority. All layers with the
48
+ * same `declutter` value will be decluttered together. The priority is determined by the drawing order of the
49
+ * layers with the same `declutter` value. Higher in the layer stack means higher priority. To declutter distinct
50
+ * layers or groups of layers separately, use different truthy values for `declutter`.
56
51
  * @property {import("../style/Style.js").StyleLike|import("../style/flat.js").FlatStyleLike|null} [style] Layer style. When set to `null`, only
57
52
  * features that have their own style will be rendered. See {@link module:ol/style/Style~Style} for the default style
58
53
  * which will be used if this is not set.
@@ -104,10 +99,9 @@ class BaseVectorLayer extends Layer {
104
99
 
105
100
  /**
106
101
  * @private
107
- * @type {boolean}
102
+ * @type {string}
108
103
  */
109
- this.declutter_ =
110
- options.declutter !== undefined ? options.declutter : false;
104
+ this.declutter_ = options.declutter ? String(options.declutter) : undefined;
111
105
 
112
106
  /**
113
107
  * @type {number}
@@ -152,7 +146,7 @@ class BaseVectorLayer extends Layer {
152
146
  }
153
147
 
154
148
  /**
155
- * @return {boolean} Declutter.
149
+ * @return {string} Declutter group.
156
150
  */
157
151
  getDeclutter() {
158
152
  return this.declutter_;
@@ -234,13 +228,11 @@ class BaseVectorLayer extends Layer {
234
228
  * @param {import("../layer/Layer.js").State} layerState Layer state.
235
229
  */
236
230
  renderDeclutter(frameState, layerState) {
237
- if (!frameState.declutterTree) {
238
- frameState.declutterTree = new RBush(9);
231
+ const declutterGroup = this.getDeclutter();
232
+ if (declutterGroup in frameState.declutter === false) {
233
+ frameState.declutter[declutterGroup] = new RBush(9);
239
234
  }
240
- /** @type {*} */ (this.getRenderer()).renderDeclutter(
241
- frameState,
242
- layerState,
243
- );
235
+ this.getRenderer().renderDeclutter(frameState, layerState);
244
236
  }
245
237
 
246
238
  /**
package/layer/Layer.d.ts CHANGED
@@ -312,6 +312,18 @@ declare class Layer<SourceType extends import("../source/Source.js").default = i
312
312
  * Called when a layer is not visible during a map render.
313
313
  */
314
314
  unrender(): void;
315
+ /** @return {string} Declutter */
316
+ getDeclutter(): string;
317
+ /**
318
+ * @param {import("../Map.js").FrameState} frameState Frame state.
319
+ * @param {import("../layer/Layer.js").State} layerState Layer state.
320
+ */
321
+ renderDeclutter(frameState: import("../Map.js").FrameState, layerState: import("../layer/Layer.js").State): void;
322
+ /**
323
+ * When the renderer follows a layout -> render approach, do the final rendering here.
324
+ * @param {import('../Map.js').FrameState} frameState Frame state
325
+ */
326
+ renderDeferred(frameState: import('../Map.js').FrameState): void;
315
327
  /**
316
328
  * For use inside the library only.
317
329
  * @param {import("../Map.js").default|null} map Map.
@@ -1 +1 @@
1
- {"version":3,"file":"Layer.d.ts","sourceRoot":"","sources":["Layer.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Layer.d.ts","sourceRoot":"","sources":["Layer.js"],"names":[],"mappings":"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"}
package/layer/Layer.js CHANGED
@@ -381,6 +381,29 @@ class Layer extends BaseLayer {
381
381
  this.rendered = false;
382
382
  }
383
383
 
384
+ /** @return {string} Declutter */
385
+ getDeclutter() {
386
+ return undefined;
387
+ }
388
+
389
+ /**
390
+ * @param {import("../Map.js").FrameState} frameState Frame state.
391
+ * @param {import("../layer/Layer.js").State} layerState Layer state.
392
+ */
393
+ renderDeclutter(frameState, layerState) {}
394
+
395
+ /**
396
+ * When the renderer follows a layout -> render approach, do the final rendering here.
397
+ * @param {import('../Map.js').FrameState} frameState Frame state
398
+ */
399
+ renderDeferred(frameState) {
400
+ const layerRenderer = this.getRenderer();
401
+ if (!layerRenderer) {
402
+ return;
403
+ }
404
+ layerRenderer.renderDeferred(frameState);
405
+ }
406
+
384
407
  /**
385
408
  * For use inside the library only.
386
409
  * @param {import("../Map.js").default|null} map Map.
@@ -68,9 +68,11 @@ export type Options<VectorSourceType extends import("../source/Vector.js").defau
68
68
  */
69
69
  map?: import("../Map.js").default | undefined;
70
70
  /**
71
- * Declutter images and text on this layer. The priority is defined
72
- * by the `zIndex` of the style and the render order of features. Higher z-index means higher priority.
73
- * Within the same z-index, a feature rendered before another has higher priority.
71
+ * Declutter images and text on this layer. The priority
72
+ * is defined by the `zIndex` of the style and the render order of features. Higher z-index means higher
73
+ * priority. Within the same z-index, a feature rendered before another has higher priority. Items will
74
+ * not be decluttered against or together with items on other layers with the same `declutter` value. If
75
+ * that is needed, use {@link import ("../layer/Vector.js").default} instead.
74
76
  */
75
77
  declutter?: boolean | undefined;
76
78
  /**
@@ -122,9 +124,11 @@ export type Options<VectorSourceType extends import("../source/Vector.js").defau
122
124
  * this layer in its layers collection, and the layer will be rendered on top. This is useful for
123
125
  * temporary layers. The standard way to add a layer to a map and have it managed by the map is to
124
126
  * use [map.addLayer()]{@link import("../Map.js").default#addLayer}.
125
- * @property {boolean} [declutter=false] Declutter images and text on this layer. The priority is defined
126
- * by the `zIndex` of the style and the render order of features. Higher z-index means higher priority.
127
- * Within the same z-index, a feature rendered before another has higher priority.
127
+ * @property {boolean} [declutter=false] Declutter images and text on this layer. The priority
128
+ * is defined by the `zIndex` of the style and the render order of features. Higher z-index means higher
129
+ * priority. Within the same z-index, a feature rendered before another has higher priority. Items will
130
+ * not be decluttered against or together with items on other layers with the same `declutter` value. If
131
+ * that is needed, use {@link import("../layer/Vector.js").default} instead.
128
132
  * @property {import("../style/Style.js").StyleLike|null} [style] Layer style. When set to `null`, only
129
133
  * features that have their own style will be rendered. See {@link module:ol/style/Style~Style} for the default style
130
134
  * which will be used if this is not set.
@@ -1 +1 @@
1
- {"version":3,"file":"VectorImage.d.ts","sourceRoot":"","sources":["VectorImage.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAwCG;AAEH;;;;;;;;;;;;;;GAcG;AACH;IACE;;OAEG;IACH,6DAaC;IANC;;;OAGG;IACH,oBAC2D;IAG7D;;OAEG;IACH,iBAFY,MAAM,CAIjB;CAKF;2CAxF0C,wCAAwC;4BADvD,iBAAiB"}
1
+ {"version":3,"file":"VectorImage.d.ts","sourceRoot":"","sources":["VectorImage.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AAEH;;;;;;;;;;;;;;GAcG;AACH;IACE;;OAEG;IACH,6DAaC;IANC;;;OAGG;IACH,oBAC2D;IAG7D;;OAEG;IACH,iBAFY,MAAM,CAIjB;CAKF;2CA1F0C,wCAAwC;4BADvD,iBAAiB"}
@@ -35,9 +35,11 @@ import CanvasVectorImageLayerRenderer from '../renderer/canvas/VectorImageLayer.
35
35
  * this layer in its layers collection, and the layer will be rendered on top. This is useful for
36
36
  * temporary layers. The standard way to add a layer to a map and have it managed by the map is to
37
37
  * use [map.addLayer()]{@link import("../Map.js").default#addLayer}.
38
- * @property {boolean} [declutter=false] Declutter images and text on this layer. The priority is defined
39
- * by the `zIndex` of the style and the render order of features. Higher z-index means higher priority.
40
- * Within the same z-index, a feature rendered before another has higher priority.
38
+ * @property {boolean} [declutter=false] Declutter images and text on this layer. The priority
39
+ * is defined by the `zIndex` of the style and the render order of features. Higher z-index means higher
40
+ * priority. Within the same z-index, a feature rendered before another has higher priority. Items will
41
+ * not be decluttered against or together with items on other layers with the same `declutter` value. If
42
+ * that is needed, use {@link import("../layer/Vector.js").default} instead.
41
43
  * @property {import("../style/Style.js").StyleLike|null} [style] Layer style. When set to `null`, only
42
44
  * features that have their own style will be rendered. See {@link module:ol/style/Style~Style} for the default style
43
45
  * which will be used if this is not set.
@@ -67,10 +67,11 @@ export type Options = {
67
67
  * Render mode for vector tiles:
68
68
  * * `'hybrid'`: Polygon and line elements are rendered as images, so pixels are scaled during zoom
69
69
  * animations. Point symbols and texts are accurately rendered as vectors and can stay upright on
70
- * rotated views.
71
- * * `'vector'`: Everything is rendered as vectors. Use this mode for improved performance on vector
72
- * tile layers with only a few rendered features (e.g. for highlighting a subset of features of
73
- * another layer with the same source).
70
+ * rotated views, but get lifted above all polygon and line elements.
71
+ * * `'vector'`: Everything is rendered as vectors and the original render order is maintained. Use
72
+ * this mode for improved performance and visual epxerience on vector tile layers with not too many
73
+ * rendered features (e.g. for highlighting a subset of features of another layer with the same
74
+ * source).
74
75
  */
75
76
  renderMode?: VectorTileRenderType | undefined;
76
77
  /**
@@ -85,18 +86,13 @@ export type Options = {
85
86
  */
86
87
  map?: import("../Map.js").default | undefined;
87
88
  /**
88
- * Declutter images and text. Decluttering is applied to all
89
- * image and text styles of all Vector and VectorTile layers that have set this to `true`. The priority
90
- * is defined by the z-index of the layer, the `zIndex` of the style and the render order of features.
91
- * Higher z-index means higher priority. Within the same z-index, a feature rendered before another has
92
- * higher priority.
93
- *
94
- * As an optimization decluttered features from layers with the same `className` are rendered above
95
- * the fill and stroke styles of all of those layers regardless of z-index. To opt out of this
96
- * behavior and place declutterd features with their own layer configure the layer with a `className`
97
- * other than `ol-layer`.
98
- */
99
- declutter?: boolean | undefined;
89
+ * Declutter images and text. Any truthy value will enable
90
+ * decluttering. Within a layer, a feature rendered before another has higher priority. All layers with the
91
+ * same `declutter` value will be decluttered together. The priority is determined by the drawing order of the
92
+ * layers with the same `declutter` value. Higher in the layer stack means higher priority. To declutter distinct
93
+ * layers or groups of layers separately, use different truthy values for `declutter`.
94
+ */
95
+ declutter?: string | number | boolean | undefined;
100
96
  /**
101
97
  * Layer style. When set to `null`, only
102
98
  * features that have their own style will be rendered. See {@link module :ol/style/Style~Style} for the default style
@@ -178,25 +174,21 @@ export type Options = {
178
174
  * @property {VectorTileRenderType} [renderMode='hybrid'] Render mode for vector tiles:
179
175
  * * `'hybrid'`: Polygon and line elements are rendered as images, so pixels are scaled during zoom
180
176
  * animations. Point symbols and texts are accurately rendered as vectors and can stay upright on
181
- * rotated views.
182
- * * `'vector'`: Everything is rendered as vectors. Use this mode for improved performance on vector
183
- * tile layers with only a few rendered features (e.g. for highlighting a subset of features of
184
- * another layer with the same source).
177
+ * rotated views, but get lifted above all polygon and line elements.
178
+ * * `'vector'`: Everything is rendered as vectors and the original render order is maintained. Use
179
+ * this mode for improved performance and visual epxerience on vector tile layers with not too many
180
+ * rendered features (e.g. for highlighting a subset of features of another layer with the same
181
+ * source).
185
182
  * @property {import("../source/VectorTile.js").default} [source] Source.
186
183
  * @property {import("../Map.js").default} [map] Sets the layer as overlay on a map. The map will not manage
187
184
  * this layer in its layers collection, and the layer will be rendered on top. This is useful for
188
185
  * temporary layers. The standard way to add a layer to a map and have it managed by the map is to
189
186
  * use [map.addLayer()]{@link import("../Map.js").default#addLayer}.
190
- * @property {boolean} [declutter=false] Declutter images and text. Decluttering is applied to all
191
- * image and text styles of all Vector and VectorTile layers that have set this to `true`. The priority
192
- * is defined by the z-index of the layer, the `zIndex` of the style and the render order of features.
193
- * Higher z-index means higher priority. Within the same z-index, a feature rendered before another has
194
- * higher priority.
195
- *
196
- * As an optimization decluttered features from layers with the same `className` are rendered above
197
- * the fill and stroke styles of all of those layers regardless of z-index. To opt out of this
198
- * behavior and place declutterd features with their own layer configure the layer with a `className`
199
- * other than `ol-layer`.
187
+ * @property {boolean|string|number} [declutter=false] Declutter images and text. Any truthy value will enable
188
+ * decluttering. Within a layer, a feature rendered before another has higher priority. All layers with the
189
+ * same `declutter` value will be decluttered together. The priority is determined by the drawing order of the
190
+ * layers with the same `declutter` value. Higher in the layer stack means higher priority. To declutter distinct
191
+ * layers or groups of layers separately, use different truthy values for `declutter`.
200
192
  * @property {import("../style/Style.js").StyleLike|null} [style] Layer style. When set to `null`, only
201
193
  * features that have their own style will be rendered. See {@link module:ol/style/Style~Style} for the default style
202
194
  * which will be used if this is not set.
@@ -1 +1 @@
1
- {"version":3,"file":"VectorTile.d.ts","sourceRoot":"","sources":["VectorTile.js"],"names":[],"mappings":";;;;iDAUa,OAAO,eAAe,EAAE,WAAW,CAAC,OAAO,eAAe,EAAE,UAAU,EAAE,OAAO,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,GACjI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,QAAQ,EAAE,yBAAyB,GAClF,OAAa,YAAY,EAAE,cAAc,GAAC,gBAAgB,GAAC,+BAA+B,EAAE,OAAO,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,GACpI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,qBAAqB,EAAE,qBAAqB,EAAE,OAAO,iBAAiB,EAAE,OAAO,EAAE,MAAM,CAAC,GACvI,OAAW,eAAe,EAAE,mBAAmB,CAAC,OAAO,eAAe,EAAE,UAAU,GAAC,OAAO,QAAQ,EAAE,yBAAyB,GAC7H,OAAa,YAAY,EAAE,cAAc,GAAC,gBAAgB,GAAC,+BAA+B,GAAC,OAAO,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,CAAC;mCAI3I,QAAQ,GAAG,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAXhC;;;;;;;;GAQG;AAEH;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgEG;AAEH;;;;;;;;;;GAUG;AACH;IACE;;OAEG;IACH,2CA4DC;IA/CC;;OAEG;IACH,IAFU,2BAA2B,OAAO,WAAW,EAAE,SAAS,CAAC,CAE5D;IAEP;;OAEG;IACH,MAFU,2BAA2B,OAAO,WAAW,EAAE,SAAS,CAAC,CAE1D;IAET;;OAEG;IACH,IAFU,2BAA2B,IAAI,CAAC,CAEnC;IAQP;;;OAGG;IACH,oBAA6B;IA8C/B;;OAEG;IACH,iBAFY,oBAAoB,CAI/B;IAED;;;;;OAKG;IACH,cAJY,MAAM,CAMjB;IAED;;;;;OAKG;IACH,6BAJY,OAAO,CAQlB;IAED;;;;;OAKG;IACH,oBAJW,MAAM,QAMhB;IAED;;;;;OAKG;IACH,kDAJW,OAAO,QAMjB;CACF;0CAvOyC,uCAAuC;4BADrD,iBAAiB"}
1
+ {"version":3,"file":"VectorTile.d.ts","sourceRoot":"","sources":["VectorTile.js"],"names":[],"mappings":";;;;iDAUa,OAAO,eAAe,EAAE,WAAW,CAAC,OAAO,eAAe,EAAE,UAAU,EAAE,OAAO,oBAAoB,EAAE,OAAO,EAAE,MAAM,CAAC,GACjI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,QAAQ,EAAE,yBAAyB,GAClF,OAAa,YAAY,EAAE,cAAc,GAAC,gBAAgB,GAAC,+BAA+B,EAAE,OAAO,WAAW,EAAE,WAAW,EAAE,MAAM,CAAC,GACpI,OAAW,eAAe,EAAE,WAAW,CAAC,OAAO,qBAAqB,EAAE,qBAAqB,EAAE,OAAO,iBAAiB,EAAE,OAAO,EAAE,MAAM,CAAC,GACvI,OAAW,eAAe,EAAE,mBAAmB,CAAC,OAAO,eAAe,EAAE,UAAU,GAAC,OAAO,QAAQ,EAAE,yBAAyB,GAC7H,OAAa,YAAY,EAAE,cAAc,GAAC,gBAAgB,GAAC,+BAA+B,GAAC,OAAO,qBAAqB,EAAE,qBAAqB,EAAE,MAAM,CAAC;mCAI3I,QAAQ,GAAG,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAXhC;;;;;;;;GAQG;AAEH;;GAEG;AAEH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4DG;AAEH;;;;;;;;;;GAUG;AACH;IACE;;OAEG;IACH,2CA4DC;IA/CC;;OAEG;IACH,IAFU,2BAA2B,OAAO,WAAW,EAAE,SAAS,CAAC,CAE5D;IAEP;;OAEG;IACH,MAFU,2BAA2B,OAAO,WAAW,EAAE,SAAS,CAAC,CAE1D;IAET;;OAEG;IACH,IAFU,2BAA2B,IAAI,CAAC,CAEnC;IAQP;;;OAGG;IACH,oBAA6B;IA8C/B;;OAEG;IACH,iBAFY,oBAAoB,CAI/B;IAED;;;;;OAKG;IACH,cAJY,MAAM,CAMjB;IAED;;;;;OAKG;IACH,6BAJY,OAAO,CAQlB;IAED;;;;;OAKG;IACH,oBAJW,MAAM,QAMhB;IAED;;;;;OAKG;IACH,kDAJW,OAAO,QAMjB;CACF;0CAnOyC,uCAAuC;4BADrD,iBAAiB"}
@@ -50,25 +50,21 @@ import {assert} from '../asserts.js';
50
50
  * @property {VectorTileRenderType} [renderMode='hybrid'] Render mode for vector tiles:
51
51
  * * `'hybrid'`: Polygon and line elements are rendered as images, so pixels are scaled during zoom
52
52
  * animations. Point symbols and texts are accurately rendered as vectors and can stay upright on
53
- * rotated views.
54
- * * `'vector'`: Everything is rendered as vectors. Use this mode for improved performance on vector
55
- * tile layers with only a few rendered features (e.g. for highlighting a subset of features of
56
- * another layer with the same source).
53
+ * rotated views, but get lifted above all polygon and line elements.
54
+ * * `'vector'`: Everything is rendered as vectors and the original render order is maintained. Use
55
+ * this mode for improved performance and visual epxerience on vector tile layers with not too many
56
+ * rendered features (e.g. for highlighting a subset of features of another layer with the same
57
+ * source).
57
58
  * @property {import("../source/VectorTile.js").default} [source] Source.
58
59
  * @property {import("../Map.js").default} [map] Sets the layer as overlay on a map. The map will not manage
59
60
  * this layer in its layers collection, and the layer will be rendered on top. This is useful for
60
61
  * temporary layers. The standard way to add a layer to a map and have it managed by the map is to
61
62
  * use [map.addLayer()]{@link import("../Map.js").default#addLayer}.
62
- * @property {boolean} [declutter=false] Declutter images and text. Decluttering is applied to all
63
- * image and text styles of all Vector and VectorTile layers that have set this to `true`. The priority
64
- * is defined by the z-index of the layer, the `zIndex` of the style and the render order of features.
65
- * Higher z-index means higher priority. Within the same z-index, a feature rendered before another has
66
- * higher priority.
67
- *
68
- * As an optimization decluttered features from layers with the same `className` are rendered above
69
- * the fill and stroke styles of all of those layers regardless of z-index. To opt out of this
70
- * behavior and place declutterd features with their own layer configure the layer with a `className`
71
- * other than `ol-layer`.
63
+ * @property {boolean|string|number} [declutter=false] Declutter images and text. Any truthy value will enable
64
+ * decluttering. Within a layer, a feature rendered before another has higher priority. All layers with the
65
+ * same `declutter` value will be decluttered together. The priority is determined by the drawing order of the
66
+ * layers with the same `declutter` value. Higher in the layer stack means higher priority. To declutter distinct
67
+ * layers or groups of layers separately, use different truthy values for `declutter`.
72
68
  * @property {import("../style/Style.js").StyleLike|null} [style] Layer style. When set to `null`, only
73
69
  * features that have their own style will be rendered. See {@link module:ol/style/Style~Style} for the default style
74
70
  * which will be used if this is not set.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ol",
3
- "version": "9.0.0-dev.1707341212133",
3
+ "version": "9.0.0-dev.1707494062569",
4
4
  "description": "OpenLayers mapping library",
5
5
  "keywords": [
6
6
  "map",
@@ -16,8 +16,9 @@ declare class VectorContext {
16
16
  * @param {import("../Feature.js").FeatureLike} feature Feature.
17
17
  * @param {Function} renderer Renderer.
18
18
  * @param {Function} hitDetectionRenderer Renderer.
19
+ * @param {number} [index] Render order index.
19
20
  */
20
- drawCustom(geometry: import("../geom/SimpleGeometry.js").default, feature: import("../Feature.js").FeatureLike, renderer: Function, hitDetectionRenderer: Function): void;
21
+ drawCustom(geometry: import("../geom/SimpleGeometry.js").default, feature: import("../Feature.js").FeatureLike, renderer: Function, hitDetectionRenderer: Function, index?: number | undefined): void;
21
22
  /**
22
23
  * Render a geometry.
23
24
  *
@@ -33,53 +34,63 @@ declare class VectorContext {
33
34
  /**
34
35
  * @param {import("../geom/Circle.js").default} circleGeometry Circle geometry.
35
36
  * @param {import("../Feature.js").default} feature Feature.
37
+ * @param {number} [index] Render order index.
36
38
  */
37
- drawCircle(circleGeometry: import("../geom/Circle.js").default, feature: import("../Feature.js").default): void;
39
+ drawCircle(circleGeometry: import("../geom/Circle.js").default, feature: import("../Feature.js").default, index?: number | undefined): void;
38
40
  /**
39
41
  * @param {import("../Feature.js").default} feature Feature.
40
42
  * @param {import("../style/Style.js").default} style Style.
43
+ * @param {number} [index] Render order index.
41
44
  */
42
- drawFeature(feature: import("../Feature.js").default, style: import("../style/Style.js").default): void;
45
+ drawFeature(feature: import("../Feature.js").default, style: import("../style/Style.js").default, index?: number | undefined): void;
43
46
  /**
44
47
  * @param {import("../geom/GeometryCollection.js").default} geometryCollectionGeometry Geometry collection.
45
48
  * @param {import("../Feature.js").default} feature Feature.
49
+ * @param {number} [index] Render order index.
46
50
  */
47
- drawGeometryCollection(geometryCollectionGeometry: import("../geom/GeometryCollection.js").default, feature: import("../Feature.js").default): void;
51
+ drawGeometryCollection(geometryCollectionGeometry: import("../geom/GeometryCollection.js").default, feature: import("../Feature.js").default, index?: number | undefined): void;
48
52
  /**
49
53
  * @param {import("../geom/LineString.js").default|import("./Feature.js").default} lineStringGeometry Line string geometry.
50
54
  * @param {import("../Feature.js").FeatureLike} feature Feature.
55
+ * @param {number} [index] Render order index.
51
56
  */
52
- drawLineString(lineStringGeometry: import("../geom/LineString.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike): void;
57
+ drawLineString(lineStringGeometry: import("../geom/LineString.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike, index?: number | undefined): void;
53
58
  /**
54
59
  * @param {import("../geom/MultiLineString.js").default|import("./Feature.js").default} multiLineStringGeometry MultiLineString geometry.
55
60
  * @param {import("../Feature.js").FeatureLike} feature Feature.
61
+ * @param {number} [index] Render order index.
56
62
  */
57
- drawMultiLineString(multiLineStringGeometry: import("../geom/MultiLineString.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike): void;
63
+ drawMultiLineString(multiLineStringGeometry: import("../geom/MultiLineString.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike, index?: number | undefined): void;
58
64
  /**
59
65
  * @param {import("../geom/MultiPoint.js").default|import("./Feature.js").default} multiPointGeometry MultiPoint geometry.
60
66
  * @param {import("../Feature.js").FeatureLike} feature Feature.
67
+ * @param {number} [index] Render order index.
61
68
  */
62
- drawMultiPoint(multiPointGeometry: import("../geom/MultiPoint.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike): void;
69
+ drawMultiPoint(multiPointGeometry: import("../geom/MultiPoint.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike, index?: number | undefined): void;
63
70
  /**
64
71
  * @param {import("../geom/MultiPolygon.js").default} multiPolygonGeometry MultiPolygon geometry.
65
72
  * @param {import("../Feature.js").FeatureLike} feature Feature.
73
+ * @param {number} [index] Render order index.
66
74
  */
67
- drawMultiPolygon(multiPolygonGeometry: import("../geom/MultiPolygon.js").default, feature: import("../Feature.js").FeatureLike): void;
75
+ drawMultiPolygon(multiPolygonGeometry: import("../geom/MultiPolygon.js").default, feature: import("../Feature.js").FeatureLike, index?: number | undefined): void;
68
76
  /**
69
77
  * @param {import("../geom/Point.js").default|import("./Feature.js").default} pointGeometry Point geometry.
70
78
  * @param {import("../Feature.js").FeatureLike} feature Feature.
79
+ * @param {number} [index] Render order index.
71
80
  */
72
- drawPoint(pointGeometry: import("../geom/Point.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike): void;
81
+ drawPoint(pointGeometry: import("../geom/Point.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike, index?: number | undefined): void;
73
82
  /**
74
83
  * @param {import("../geom/Polygon.js").default|import("./Feature.js").default} polygonGeometry Polygon geometry.
75
84
  * @param {import("../Feature.js").FeatureLike} feature Feature.
85
+ * @param {number} [index] Render order index.
76
86
  */
77
- drawPolygon(polygonGeometry: import("../geom/Polygon.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike): void;
87
+ drawPolygon(polygonGeometry: import("../geom/Polygon.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike, index?: number | undefined): void;
78
88
  /**
79
89
  * @param {import("../geom/SimpleGeometry.js").default|import("./Feature.js").default} geometry Geometry.
80
90
  * @param {import("../Feature.js").FeatureLike} feature Feature.
91
+ * @param {number} [index] Render order index.
81
92
  */
82
- drawText(geometry: import("../geom/SimpleGeometry.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike): void;
93
+ drawText(geometry: import("../geom/SimpleGeometry.js").default | import("./Feature.js").default, feature: import("../Feature.js").FeatureLike, index?: number | undefined): void;
83
94
  /**
84
95
  * @param {import("../style/Fill.js").default} fillStyle Fill style.
85
96
  * @param {import("../style/Stroke.js").default} strokeStyle Stroke style.
@@ -1 +1 @@
1
- {"version":3,"file":"VectorContext.d.ts","sourceRoot":"","sources":["VectorContext.js"],"names":[],"mappings":";AAAA;;GAEG;AAEH;;;;;GAKG;AACH;IACE;;;;;;;OAOG;IACH,qBALW,OAAO,2BAA2B,EAAE,OAAO,WAC3C,OAAO,eAAe,EAAE,WAAW,4DAIkB;IAEhE;;;;OAIG;IACH,uBAFW,OAAO,qBAAqB,EAAE,OAAO,QAEvB;IAEzB;;;;OAIG;IACH,gBAFW,OAAO,mBAAmB,EAAE,OAAO,QAE5B;IAElB;;;OAGG;IACH,2BAHW,OAAO,mBAAmB,EAAE,OAAO,WACnC,OAAO,eAAe,EAAE,OAAO,QAEJ;IAEtC;;;OAGG;IACH,qBAHW,OAAO,eAAe,EAAE,OAAO,SAC/B,OAAO,mBAAmB,EAAE,OAAO,QAEhB;IAE9B;;;OAGG;IACH,mDAHW,OAAO,+BAA+B,EAAE,OAAO,WAC/C,OAAO,eAAe,EAAE,OAAO,QAEoB;IAE9D;;;OAGG;IACH,mCAHW,OAAO,uBAAuB,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WACtE,OAAO,eAAe,EAAE,WAAW,QAEA;IAE9C;;;OAGG;IACH,6CAHW,OAAO,4BAA4B,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WAC3E,OAAO,eAAe,EAAE,WAAW,QAEU;IAExD;;;OAGG;IACH,mCAHW,OAAO,uBAAuB,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WACtE,OAAO,eAAe,EAAE,WAAW,QAEA;IAE9C;;;OAGG;IACH,uCAHW,OAAO,yBAAyB,EAAE,OAAO,WACzC,OAAO,eAAe,EAAE,WAAW,QAEI;IAElD;;;OAGG;IACH,yBAHW,OAAO,kBAAkB,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WACjE,OAAO,eAAe,EAAE,WAAW,QAEV;IAEpC;;;OAGG;IACH,6BAHW,OAAO,oBAAoB,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WACnE,OAAO,eAAe,EAAE,WAAW,QAEN;IAExC;;;OAGG;IACH,mBAHW,OAAO,2BAA2B,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WAC1E,OAAO,eAAe,EAAE,WAAW,QAEhB;IAE9B;;;OAGG;IACH,8BAHW,OAAO,kBAAkB,EAAE,OAAO,eAClC,OAAO,oBAAoB,EAAE,OAAO,QAEF;IAE7C;;;OAGG;IACH,0BAHW,OAAO,mBAAmB,EAAE,OAAO;;yBAGM;IAEpD;;;OAGG;IACH,wBAHW,OAAO,kBAAkB,EAAE,OAAO;;yBAGK;CACnD"}
1
+ {"version":3,"file":"VectorContext.d.ts","sourceRoot":"","sources":["VectorContext.js"],"names":[],"mappings":";AAAA;;GAEG;AAEH;;;;;GAKG;AACH;IACE;;;;;;;;OAQG;IACH,qBANW,OAAO,2BAA2B,EAAE,OAAO,WAC3C,OAAO,eAAe,EAAE,WAAW,wFAKyB;IAEvE;;;;OAIG;IACH,uBAFW,OAAO,qBAAqB,EAAE,OAAO,QAEvB;IAEzB;;;;OAIG;IACH,gBAFW,OAAO,mBAAmB,EAAE,OAAO,QAE5B;IAElB;;;;OAIG;IACH,2BAJW,OAAO,mBAAmB,EAAE,OAAO,WACnC,OAAO,eAAe,EAAE,OAAO,oCAGG;IAE7C;;;;OAIG;IACH,qBAJW,OAAO,eAAe,EAAE,OAAO,SAC/B,OAAO,mBAAmB,EAAE,OAAO,oCAGT;IAErC;;;;OAIG;IACH,mDAJW,OAAO,+BAA+B,EAAE,OAAO,WAC/C,OAAO,eAAe,EAAE,OAAO,oCAG2B;IAErE;;;;OAIG;IACH,mCAJW,OAAO,uBAAuB,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WACtE,OAAO,eAAe,EAAE,WAAW,oCAGO;IAErD;;;;OAIG;IACH,6CAJW,OAAO,4BAA4B,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WAC3E,OAAO,eAAe,EAAE,WAAW,oCAGiB;IAE/D;;;;OAIG;IACH,mCAJW,OAAO,uBAAuB,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WACtE,OAAO,eAAe,EAAE,WAAW,oCAGO;IAErD;;;;OAIG;IACH,uCAJW,OAAO,yBAAyB,EAAE,OAAO,WACzC,OAAO,eAAe,EAAE,WAAW,oCAGW;IAEzD;;;;OAIG;IACH,yBAJW,OAAO,kBAAkB,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WACjE,OAAO,eAAe,EAAE,WAAW,oCAGH;IAE3C;;;;OAIG;IACH,6BAJW,OAAO,oBAAoB,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WACnE,OAAO,eAAe,EAAE,WAAW,oCAGC;IAE/C;;;;OAIG;IACH,mBAJW,OAAO,2BAA2B,EAAE,OAAO,GAAC,OAAO,cAAc,EAAE,OAAO,WAC1E,OAAO,eAAe,EAAE,WAAW,oCAGT;IAErC;;;OAGG;IACH,8BAHW,OAAO,kBAAkB,EAAE,OAAO,eAClC,OAAO,oBAAoB,EAAE,OAAO,QAEF;IAE7C;;;OAGG;IACH,0BAHW,OAAO,mBAAmB,EAAE,OAAO;;yBAGM;IAEpD;;;OAGG;IACH,wBAHW,OAAO,kBAAkB,EAAE,OAAO;;yBAGK;CACnD"}
@@ -16,8 +16,9 @@ class VectorContext {
16
16
  * @param {import("../Feature.js").FeatureLike} feature Feature.
17
17
  * @param {Function} renderer Renderer.
18
18
  * @param {Function} hitDetectionRenderer Renderer.
19
+ * @param {number} [index] Render order index.
19
20
  */
20
- drawCustom(geometry, feature, renderer, hitDetectionRenderer) {}
21
+ drawCustom(geometry, feature, renderer, hitDetectionRenderer, index) {}
21
22
 
22
23
  /**
23
24
  * Render a geometry.
@@ -36,62 +37,72 @@ class VectorContext {
36
37
  /**
37
38
  * @param {import("../geom/Circle.js").default} circleGeometry Circle geometry.
38
39
  * @param {import("../Feature.js").default} feature Feature.
40
+ * @param {number} [index] Render order index.
39
41
  */
40
- drawCircle(circleGeometry, feature) {}
42
+ drawCircle(circleGeometry, feature, index) {}
41
43
 
42
44
  /**
43
45
  * @param {import("../Feature.js").default} feature Feature.
44
46
  * @param {import("../style/Style.js").default} style Style.
47
+ * @param {number} [index] Render order index.
45
48
  */
46
- drawFeature(feature, style) {}
49
+ drawFeature(feature, style, index) {}
47
50
 
48
51
  /**
49
52
  * @param {import("../geom/GeometryCollection.js").default} geometryCollectionGeometry Geometry collection.
50
53
  * @param {import("../Feature.js").default} feature Feature.
54
+ * @param {number} [index] Render order index.
51
55
  */
52
- drawGeometryCollection(geometryCollectionGeometry, feature) {}
56
+ drawGeometryCollection(geometryCollectionGeometry, feature, index) {}
53
57
 
54
58
  /**
55
59
  * @param {import("../geom/LineString.js").default|import("./Feature.js").default} lineStringGeometry Line string geometry.
56
60
  * @param {import("../Feature.js").FeatureLike} feature Feature.
61
+ * @param {number} [index] Render order index.
57
62
  */
58
- drawLineString(lineStringGeometry, feature) {}
63
+ drawLineString(lineStringGeometry, feature, index) {}
59
64
 
60
65
  /**
61
66
  * @param {import("../geom/MultiLineString.js").default|import("./Feature.js").default} multiLineStringGeometry MultiLineString geometry.
62
67
  * @param {import("../Feature.js").FeatureLike} feature Feature.
68
+ * @param {number} [index] Render order index.
63
69
  */
64
- drawMultiLineString(multiLineStringGeometry, feature) {}
70
+ drawMultiLineString(multiLineStringGeometry, feature, index) {}
65
71
 
66
72
  /**
67
73
  * @param {import("../geom/MultiPoint.js").default|import("./Feature.js").default} multiPointGeometry MultiPoint geometry.
68
74
  * @param {import("../Feature.js").FeatureLike} feature Feature.
75
+ * @param {number} [index] Render order index.
69
76
  */
70
- drawMultiPoint(multiPointGeometry, feature) {}
77
+ drawMultiPoint(multiPointGeometry, feature, index) {}
71
78
 
72
79
  /**
73
80
  * @param {import("../geom/MultiPolygon.js").default} multiPolygonGeometry MultiPolygon geometry.
74
81
  * @param {import("../Feature.js").FeatureLike} feature Feature.
82
+ * @param {number} [index] Render order index.
75
83
  */
76
- drawMultiPolygon(multiPolygonGeometry, feature) {}
84
+ drawMultiPolygon(multiPolygonGeometry, feature, index) {}
77
85
 
78
86
  /**
79
87
  * @param {import("../geom/Point.js").default|import("./Feature.js").default} pointGeometry Point geometry.
80
88
  * @param {import("../Feature.js").FeatureLike} feature Feature.
89
+ * @param {number} [index] Render order index.
81
90
  */
82
- drawPoint(pointGeometry, feature) {}
91
+ drawPoint(pointGeometry, feature, index) {}
83
92
 
84
93
  /**
85
94
  * @param {import("../geom/Polygon.js").default|import("./Feature.js").default} polygonGeometry Polygon geometry.
86
95
  * @param {import("../Feature.js").FeatureLike} feature Feature.
96
+ * @param {number} [index] Render order index.
87
97
  */
88
- drawPolygon(polygonGeometry, feature) {}
98
+ drawPolygon(polygonGeometry, feature, index) {}
89
99
 
90
100
  /**
91
101
  * @param {import("../geom/SimpleGeometry.js").default|import("./Feature.js").default} geometry Geometry.
92
102
  * @param {import("../Feature.js").FeatureLike} feature Feature.
103
+ * @param {number} [index] Render order index.
93
104
  */
94
- drawText(geometry, feature) {}
105
+ drawText(geometry, feature, index) {}
95
106
 
96
107
  /**
97
108
  * @param {import("../style/Fill.js").default} fillStyle Fill style.
@@ -111,8 +111,9 @@ declare class CanvasBuilder extends VectorContext {
111
111
  * @protected
112
112
  * @param {import("../../geom/Geometry").default|import("../Feature.js").default} geometry The geometry.
113
113
  * @param {import("../../Feature.js").FeatureLike} feature Feature.
114
+ * @param {number} index Render order index
114
115
  */
115
- protected beginGeometry(geometry: import("../../geom/Geometry").default | import("../Feature.js").default, feature: import("../../Feature.js").FeatureLike): void;
116
+ protected beginGeometry(geometry: import("../../geom/Geometry").default | import("../Feature.js").default, feature: import("../../Feature.js").FeatureLike, index: number): void;
116
117
  /**
117
118
  * @return {import("../canvas.js").SerializableInstructions} the serializable instructions.
118
119
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Builder.d.ts","sourceRoot":"","sources":["Builder.js"],"names":[],"mappings":";AA8BA;IACE;;;;;OAKG;IACH,uBALW,MAAM,aACN,OAAO,iBAAiB,EAAE,MAAM,cAChC,MAAM,cACN,MAAM,EAoFhB;IA/EC;;;OAGG;IACH,qBAFU,MAAM,CAEU;IAE1B;;;;OAIG;IACH,qBAFU,OAAO,iBAAiB,EAAE,MAAM,CAEhB;IAE1B;;;OAGG;IACH,sBAFU,MAAM,CAEY;IAE5B;;;OAGG;IACH,wBAFU,MAAM,CAEK;IAErB;;;;OAIG;IACH,sBAFU,MAAM,CAEY;IAE5B;;;OAGG;IACH,mCAAsC;IAEtC;;;OAGG;IACH,mCAAsC;IAEtC;;;OAGG;IACH,2BAA8B;IAE9B;;;OAGG;IACH,wBAFU,UAAQ,CAEI;IAEtB;;;OAGG;IACH,uBAFU,MAAM,MAAM,CAAC,CAEF;IAErB;;;OAGG;IACH,uBAAwB;IAExB;;;OAGG;IACH,oCAFU,UAAQ,CAEgB;IAElC;;;OAGG;IACH,iBAFU,OAAO,cAAc,EAAE,eAAe,CAEuB;IAGzE;;;;OAIG;IACH,qCAHW,MAAM,MAAM,CAAC,GACZ,MAAM,MAAM,CAAC,CASxB;IAED;;;;;OAKG;IACH,sDALW,MAAM,MAAM,CAAC,UACb,MAAM,GAEL,MAAM,CAgBjB;IAED;;;;;;;;;OASG;IACH,qDATW,MAAM,MAAM,CAAC,UACb,MAAM,OACN,MAAM,UACN,MAAM,UACN,OAAO,aACP,OAAO,GAEN,MAAM,CAoDjB;IAED;;;;;;;OAOG;IACH,wCAPW,MAAM,MAAM,CAAC,UACb,MAAM,QACN,MAAM,MAAM,CAAC,UACb,MAAM,eACN,MAAM,MAAM,CAAC,GACZ,MAAM,CAiBjB;IAyKD;;;;OAIG;IACH,kCAHW,OAAO,qBAAqB,EAAE,OAAO,GAAC,OAAO,eAAe,EAAE,OAAO,WACrE,OAAO,kBAAkB,EAAE,WAAW,QAiBhD;IAED;;OAEG;IACH,UAFY,OAAO,cAAc,EAAE,wBAAwB,CAQ1D;IAED;;OAEG;IACH,wCAqBC;IAoED;;;OAGG;IACH,kBAHW,OAAO,cAAc,EAAE,eAAe,GACrC,UAAQ,CAWnB;IAED;;OAEG;IACH,mBAFW,OAAO,cAAc,EAAE,eAAe,QAIhD;IAED;;;OAGG;IACH,oBAHW,OAAO,cAAc,EAAE,eAAe,GACrC,UAAQ,CAanB;IAED;;;OAGG;IACH,uBAHW,OAAO,cAAc,EAAE,eAAe,qBACxB,aAAa,QAAE,OAAO,cAAc,EAAE,eAAe,KAAE,UAAQ,QAUvF;IAED;;;OAGG;IACH,yBAHW,OAAO,cAAc,EAAE,eAAe,sBACxB,aAAa,QAAE,OAAO,cAAc,EAAE,eAAe,KAAG,IAAI,QA+BpF;IAED;;OAEG;IACH,qBAFW,OAAO,kBAAkB,EAAE,WAAW,QAUhD;IAED;;;;;;OAMG;IACH,kCAHY,OAAO,iBAAiB,EAAE,MAAM,CAY3C;CACF;0BAzoByB,qBAAqB"}
1
+ {"version":3,"file":"Builder.d.ts","sourceRoot":"","sources":["Builder.js"],"names":[],"mappings":";AA8BA;IACE;;;;;OAKG;IACH,uBALW,MAAM,aACN,OAAO,iBAAiB,EAAE,MAAM,cAChC,MAAM,cACN,MAAM,EAoFhB;IA/EC;;;OAGG;IACH,qBAFU,MAAM,CAEU;IAE1B;;;;OAIG;IACH,qBAFU,OAAO,iBAAiB,EAAE,MAAM,CAEhB;IAE1B;;;OAGG;IACH,sBAFU,MAAM,CAEY;IAE5B;;;OAGG;IACH,wBAFU,MAAM,CAEK;IAErB;;;;OAIG;IACH,sBAFU,MAAM,CAEY;IAE5B;;;OAGG;IACH,mCAAsC;IAEtC;;;OAGG;IACH,mCAAsC;IAEtC;;;OAGG;IACH,2BAA8B;IAE9B;;;OAGG;IACH,wBAFU,UAAQ,CAEI;IAEtB;;;OAGG;IACH,uBAFU,MAAM,MAAM,CAAC,CAEF;IAErB;;;OAGG;IACH,uBAAwB;IAExB;;;OAGG;IACH,oCAFU,UAAQ,CAEgB;IAElC;;;OAGG;IACH,iBAFU,OAAO,cAAc,EAAE,eAAe,CAEuB;IAGzE;;;;OAIG;IACH,qCAHW,MAAM,MAAM,CAAC,GACZ,MAAM,MAAM,CAAC,CASxB;IAED;;;;;OAKG;IACH,sDALW,MAAM,MAAM,CAAC,UACb,MAAM,GAEL,MAAM,CAgBjB;IAED;;;;;;;;;OASG;IACH,qDATW,MAAM,MAAM,CAAC,UACb,MAAM,OACN,MAAM,UACN,MAAM,UACN,OAAO,aACP,OAAO,GAEN,MAAM,CAoDjB;IAED;;;;;;;OAOG;IACH,wCAPW,MAAM,MAAM,CAAC,UACb,MAAM,QACN,MAAM,MAAM,CAAC,UACb,MAAM,eACN,MAAM,MAAM,CAAC,GACZ,MAAM,CAiBjB;IAsLD;;;;;OAKG;IACH,kCAJW,OAAO,qBAAqB,EAAE,OAAO,GAAC,OAAO,eAAe,EAAE,OAAO,WACrE,OAAO,kBAAkB,EAAE,WAAW,SACtC,MAAM,QAmBhB;IAED;;OAEG;IACH,UAFY,OAAO,cAAc,EAAE,wBAAwB,CAQ1D;IAED;;OAEG;IACH,wCAqBC;IAoED;;;OAGG;IACH,kBAHW,OAAO,cAAc,EAAE,eAAe,GACrC,UAAQ,CAWnB;IAED;;OAEG;IACH,mBAFW,OAAO,cAAc,EAAE,eAAe,QAIhD;IAED;;;OAGG;IACH,oBAHW,OAAO,cAAc,EAAE,eAAe,GACrC,UAAQ,CAanB;IAED;;;OAGG;IACH,uBAHW,OAAO,cAAc,EAAE,eAAe,qBACxB,aAAa,QAAE,OAAO,cAAc,EAAE,eAAe,KAAE,UAAQ,QAUvF;IAED;;;OAGG;IACH,yBAHW,OAAO,cAAc,EAAE,eAAe,sBACxB,aAAa,QAAE,OAAO,cAAc,EAAE,eAAe,KAAG,IAAI,QA+BpF;IAED;;OAEG;IACH,qBAFW,OAAO,kBAAkB,EAAE,WAAW,QAUhD;IAED;;;;;;OAMG;IACH,kCAHY,OAAO,iBAAiB,EAAE,MAAM,CAY3C;CACF;0BAzpByB,qBAAqB"}