Skip to content

Commit 5de2104

Browse files
committed
Website updates
1 parent 9d7678e commit 5de2104

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6597,6 +6597,9 @@ <h4 class="name">
65976597
|
65986598

65996599
<span class="param-type">Promise&lt;<a href="module-ol_View.html#~ViewOptions">ViewOptions</a>></span>
6600+
|
6601+
6602+
<span class="param-type">null</span>
66006603

66016604

66026605

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -833,14 +833,14 @@ declare class Map extends BaseObject {
833833
setTarget(target?: HTMLElement | string): void;
834834
/**
835835
* Set the view for this map.
836-
* @param {View|Promise<import("./View.js").ViewOptions>} view The view that controls this map.
836+
* @param {View|Promise<import("./View.js").ViewOptions>|null} view The view that controls this map.
837837
* It is also possible to pass a promise that resolves to options for constructing a view. This
838838
* alternative allows view properties to be resolved by sources or other components that load
839839
* view-related metadata.
840840
* @observable
841841
* @api
842842
*/
843-
setView(view: View | Promise<import("./View.js").ViewOptions>): void;
843+
setView(view: View | Promise<import("./View.js").ViewOptions> | null): void;
844844
/**
845845
* Force a recalculation of the map viewport size. This should be called when
846846
* third-party code changes the size of the map viewport.

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.

dist/en/main/ol/Map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1687,7 +1687,7 @@ class Map extends BaseObject {
16871687

16881688
/**
16891689
* Set the view for this map.
1690-
* @param {View|Promise<import("./View.js").ViewOptions>} view The view that controls this map.
1690+
* @param {View|Promise<import("./View.js").ViewOptions>|null} view The view that controls this map.
16911691
* It is also possible to pass a promise that resolves to options for constructing a view. This
16921692
* alternative allows view properties to be resolved by sources or other components that load
16931693
* view-related metadata.

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.

0 commit comments

Comments
 (0)