Fix deploy

This commit is contained in:
Pieter Vander Vennet 2020-07-31 17:47:43 +02:00
parent 79f8940898
commit aa80bd528b
2 changed files with 8 additions and 0 deletions

View file

@ -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();