Skip to content

Commit 78bba5b

Browse files
committed
Website updates
1 parent c25d0c4 commit 78bba5b

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/offscreen-canvas.worker.worker.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/layer/VectorTile.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export type Options<VectorTileSourceType extends import("../source/VectorTile.js
158158
* @typedef {T extends import("../source/VectorTile.js").default<infer U extends import("../Feature.js").FeatureLike> ? U : never} ExtractedFeatureType
159159
*/
160160
/**
161-
* @template {import("../source/VectorTile.js").default<FeatureType>} [VectorTileSourceType=import("../source/VectorTile.js").default<*, *>]
161+
* @template {import("../source/VectorTile.js").default<FeatureType>} [VectorTileSourceType=import("../source/VectorTile.js").default<*>]
162162
* @template {import("../Feature").FeatureLike} [FeatureType=ExtractedFeatureType<VectorTileSourceType>]
163163
* @typedef {Object} Options
164164
* @property {string} [className='ol-layer'] A CSS class name to set to the layer element.
@@ -229,7 +229,7 @@ export type Options<VectorTileSourceType extends import("../source/VectorTile.js
229229
* property on the layer object; for example, setting `title: 'My Title'` in the
230230
* options means that `title` is observable, and has get/set accessors.
231231
*
232-
* @template {import("../source/VectorTile.js").default<FeatureType>} [VectorTileSourceType=import("../source/VectorTile.js").default<*, *>]
232+
* @template {import("../source/VectorTile.js").default<FeatureType>} [VectorTileSourceType=import("../source/VectorTile.js").default<*>]
233233
* @template {import("../Feature.js").FeatureLike} [FeatureType=ExtractedFeatureType<VectorTileSourceType>]
234234
* @extends {BaseVectorLayer<FeatureType, VectorTileSourceType, CanvasVectorTileLayerRenderer>}
235235
* @api

dist/en/main/ol/layer/VectorTile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {assert} from '../asserts.js';
2626
*/
2727

2828
/**
29-
* @template {import("../source/VectorTile.js").default<FeatureType>} [VectorTileSourceType=import("../source/VectorTile.js").default<*, *>]
29+
* @template {import("../source/VectorTile.js").default<FeatureType>} [VectorTileSourceType=import("../source/VectorTile.js").default<*>]
3030
* @template {import("../Feature").FeatureLike} [FeatureType=ExtractedFeatureType<VectorTileSourceType>]
3131
* @typedef {Object} Options
3232
* @property {string} [className='ol-layer'] A CSS class name to set to the layer element.
@@ -98,7 +98,7 @@ import {assert} from '../asserts.js';
9898
* property on the layer object; for example, setting `title: 'My Title'` in the
9999
* options means that `title` is observable, and has get/set accessors.
100100
*
101-
* @template {import("../source/VectorTile.js").default<FeatureType>} [VectorTileSourceType=import("../source/VectorTile.js").default<*, *>]
101+
* @template {import("../source/VectorTile.js").default<FeatureType>} [VectorTileSourceType=import("../source/VectorTile.js").default<*>]
102102
* @template {import("../Feature.js").FeatureLike} [FeatureType=ExtractedFeatureType<VectorTileSourceType>]
103103
* @extends {BaseVectorLayer<FeatureType, VectorTileSourceType, CanvasVectorTileLayerRenderer>}
104104
* @api

0 commit comments

Comments
 (0)