Skip to content

Commit e01017b

Browse files
committed
Website updates
1 parent fe2e5a5 commit e01017b

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

dist/en/main/apidoc/module-ol_source_Raster-RasterSource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h4 class="name">
225225
<td class="description last">
226226

227227
<p>Input
228-
sources or layers. For vector data, use an VectorImage layer.</p></td>
228+
sources or layers.</p></td>
229229
</tr>
230230

231231

dist/en/main/apidoc/module-ol_source_Raster.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ <h5 class="subsection-title">Properties:</h5>
826826

827827
<td class="description last">
828828
<p>Input
829-
sources or layers. For vector data, use an VectorImage layer.</p>
829+
sources or layers.</p>
830830

831831
</td>
832832
</tr>

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/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/source/Raster.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export type RasterSourceEventTypes = import("./Image.js").ImageSourceEventTypes
222222
export type Options = {
223223
/**
224224
* Input
225-
* sources or layers. For vector data, use an VectorImage layer.
225+
* sources or layers.
226226
*/
227227
sources: Array<import("./Source.js").default | import("../layer/Layer.js").default>;
228228
/**
@@ -267,7 +267,7 @@ import Event from '../events/Event.js';
267267
/**
268268
* @typedef {Object} Options
269269
* @property {Array<import("./Source.js").default|import("../layer/Layer.js").default>} sources Input
270-
* sources or layers. For vector data, use an VectorImage layer.
270+
* sources or layers.
271271
* @property {Operation} [operation] Raster operation.
272272
* The operation will be called with data from input sources
273273
* and the output will be assigned to the raster source.

dist/en/main/ol/source/Raster.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ export class RasterSourceEvent extends Event {
473473
/**
474474
* @typedef {Object} Options
475475
* @property {Array<import("./Source.js").default|import("../layer/Layer.js").default>} sources Input
476-
* sources or layers. For vector data, use an VectorImage layer.
476+
* sources or layers.
477477
* @property {Operation} [operation] Raster operation.
478478
* The operation will be called with data from input sources
479479
* and the output will be assigned to the raster source.

0 commit comments

Comments
 (0)