forked from MapComplete/MapComplete
Add landing page (WIP)
This commit is contained in:
parent
b84b40a500
commit
7679a832f4
4 changed files with 24 additions and 1 deletions
3
index.ts
3
index.ts
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue