Skip to content

Commit

Permalink
Website updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Nov 29, 2024
1 parent 701c124 commit 63380ed
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/en/main/examples/common.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/en/main/ol/Map.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export type FrameState = {
[x: string]: boolean;
};
};
export type PostRenderFunction = (arg0: Map, arg1: FrameState | null) => any;
export type PostRenderFunction = (arg0: Map, arg1: FrameState) => any;
export type AtPixelOptions = {
/**
* Layer filter
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/ol/Map.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/en/main/ol/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ import {warn} from './console.js';
*/

/**
* @typedef {function(Map, ?FrameState): any} PostRenderFunction
* @typedef {function(Map, FrameState): any} PostRenderFunction
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion dist/en/main/ol/dist/ol.js.map

Large diffs are not rendered by default.

0 comments on commit 63380ed

Please sign in to comment.