Skip to content

Commit d91068d

Browse files
author
Žygimantas Arūna
committed
Make displayInLayerSwitcher prop optional
1 parent b12920a commit d91068d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ export type LayerSwitcherOptions = {
3131
name?: string;
3232
allwaysOnTop?: boolean; // typo in original code, see https://github.com/Viglino/ol-ext/issues/1128
3333
baseLayer?: boolean;
34-
displayInLayerSwitcher: boolean;
34+
displayInLayerSwitcher?: boolean;
3535
};

0 commit comments

Comments
 (0)