forked from MapComplete/MapComplete
Fix deploy
This commit is contained in:
parent
79f8940898
commit
aa80bd528b
2 changed files with 8 additions and 0 deletions
3
index.ts
3
index.ts
|
@ -14,6 +14,8 @@ import {StrayClickHandler} from "./Logic/Leaflet/StrayClickHandler";
|
|||
import {GeoLocationHandler} from "./Logic/Leaflet/GeoLocationHandler";
|
||||
import {State} from "./State";
|
||||
import {CustomLayout} from "./Logic/CustomLayers";
|
||||
import {TagRenderingOptions} from "./Customizations/TagRenderingOptions";
|
||||
import {TagRendering} from "./Customizations/TagRendering";
|
||||
|
||||
|
||||
// --------------------- Special actions based on the parameters -----------------
|
||||
|
@ -69,6 +71,7 @@ if (layoutToUse === undefined) {
|
|||
}
|
||||
|
||||
console.log("Using layout: ", layoutToUse.name);
|
||||
TagRendering.injectFunction();
|
||||
|
||||
State.state = new State(layoutToUse);
|
||||
InitUiElements.InitBaseMap();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue