Add landing page (WIP)

This commit is contained in:
Pieter Vander Vennet 2021-11-25 02:50:43 +01:00
parent b84b40a500
commit 7679a832f4
4 changed files with 24 additions and 1 deletions

View file

@ -14,6 +14,9 @@ import State from "./State";
import AvailableBaseLayersImplementation from "./Logic/Actors/AvailableBaseLayersImplementation";
import ShowOverlayLayerImplementation from "./UI/ShowDataLayer/ShowOverlayLayerImplementation";
import {DefaultGuiState} from "./UI/DefaultGuiState";
import {Browser} from "leaflet";
import win = Browser.win;
import ProfessionalGui from "./UI/ProfessionalGui";
// Workaround for a stupid crash: inject some functions which would give stupid circular dependencies or crash the other nodejs scripts running from console
MinimapImplementation.initialize()