Skip to content

Commit 2298ed8

Browse files
azygisŽygimantas Arūna
and
Žygimantas Arūna
authored
fix(ol-*-layer): make displayInLayerSwitcher prop optional (#415)
Co-authored-by: Žygimantas Arūna <[email protected]>
1 parent b12920a commit 2298ed8

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)