We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
displayInLayerSwitcher
1 parent b12920a commit 2298ed8Copy full SHA for 2298ed8
src/types.ts
@@ -31,5 +31,5 @@ export type LayerSwitcherOptions = {
31
name?: string;
32
allwaysOnTop?: boolean; // typo in original code, see https://github.com/Viglino/ol-ext/issues/1128
33
baseLayer?: boolean;
34
- displayInLayerSwitcher: boolean;
+ displayInLayerSwitcher?: boolean;
35
};
0 commit comments