Skip to content

Commit b08adee

Browse files
committed
Website updates
1 parent 99462d3 commit b08adee

15 files changed

+66
-56
lines changed

dist/en/main/apidoc/module-ol_Map-Map.html

Lines changed: 39 additions & 37 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,9 @@ <h5 class="subsection-title">Properties:</h5>
12181218
element itself or the <code>id</code> of the element. If not specified at construction
12191219
time, <a href="module-ol_Map-Map.html#setTarget"><code>setTarget</code></a> must be called for the map to be
12201220
rendered. If passed by element, the container can be in a secondary document.
1221-
For use in workers or when exporting a map, use an <code>OffscreenCanvas</code> or <code>HTMLCanvasElement</code> as target.
1221+
For use in workers or when exporting a map, use an <code>OffscreenCanvas</code> or <code>HTMLCanvasElement</code> as target,
1222+
with a width and height in physical pixels, optionally multiplied by and a scale transform matching
1223+
the map's pixel ratio.
12221224
For accessibility (focus and keyboard events for map navigation), the <code>target</code> element must have a
12231225
properly configured <code>tabindex</code> attribute. If the <code>target</code> element is inside a Shadow DOM, the
12241226
<code>tabindex</code> atribute must be set on the custom element's host element.

dist/en/main/examples/common.js

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/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

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/examples/tiled-layer-rendering-in-offscreen-canvas.worker.worker.js

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/tiled-layer-rendering-in-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/Map.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ export type MapOptions = {
205205
* element itself or the `id` of the element. If not specified at construction
206206
* time, {@link module :ol/Map~Map#setTarget} must be called for the map to be
207207
* rendered. If passed by element, the container can be in a secondary document.
208-
* For use in workers or when exporting a map, use an `OffscreenCanvas` or `HTMLCanvasElement` as target.
208+
* For use in workers or when exporting a map, use an `OffscreenCanvas` or `HTMLCanvasElement` as target,
209+
* with a width and height in physical pixels, optionally multiplied by and a scale transform matching
210+
* the map's pixel ratio.
209211
* For accessibility (focus and keyboard events for map navigation), the `target` element must have a
210212
* properly configured `tabindex` attribute. If the `target` element is inside a Shadow DOM, the
211213
* `tabindex` atribute must be set on the custom element's host element.

dist/en/main/ol/Map.d.ts.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.

0 commit comments

Comments
 (0)