Add return to map button on layer panel

This commit is contained in:
Pieter Vander Vennet 2021-01-07 15:19:50 +01:00
parent 8e55799c4f
commit 7dc7cc283d
4 changed files with 20 additions and 6 deletions

View file

@ -7,6 +7,9 @@ import Combine from "../Base/Combine";
import {FixedUiElement} from "../Base/FixedUiElement";
import Translations from "../i18n/Translations";
/**
* Shows the panel with all layers and a toggle for each of them
*/
export default class LayerSelection extends UIElement {
private readonly _checkboxes: UIElement[];