Skip to content

Commit

Permalink
Hide the topo grid layers from the drop down list.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentao-Kuang committed Aug 23, 2023
1 parent 821b628 commit 33dd04f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface LayerSwitcherDropdownState {
currentLayer: string;
}

const ignoredLayers = new Set(['all']);
const ignoredLayers = new Set(['all', 'topo50-gridless-2020-4.23m', 'topo250-2020-21.17m']);

export class LayerSwitcherDropdown extends Component<unknown, LayerSwitcherDropdownState> {
_events: (() => boolean)[] = [];
Expand Down

0 comments on commit 33dd04f

Please sign in to comment.