forked from MapComplete/MapComplete
Few extra tweaks
This commit is contained in:
parent
8d3c8ed9d9
commit
7757bb051c
5 changed files with 24 additions and 10 deletions
1
index.ts
1
index.ts
|
@ -88,6 +88,7 @@ TagRendering.injectFunction();
|
|||
State.state = new State(layoutToUse);
|
||||
if(layoutFromBase64 !== "false"){
|
||||
State.state.layoutDefinition = hash.substr(1);
|
||||
console.log(State.state.layoutDefinition)
|
||||
}
|
||||
InitUiElements.InitBaseMap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue