forked from MapComplete/MapComplete
Refactoring: split 'ThemeViewState' into many classes
This commit is contained in:
parent
2b858bd2aa
commit
dbcbf2787d
34 changed files with 1503 additions and 1227 deletions
|
|
@ -49,7 +49,7 @@ async function main() {
|
|||
MetaTagging.setThemeMetatagging(new ThemeMetaTagging())
|
||||
// LAYOUT.ADD_LAYERS
|
||||
// LAYOUT.ADD_CONFIG
|
||||
const state = new ThemeViewState(new ThemeConfig(<any> layout), availableLayers)
|
||||
const state = new WithSearchState(new ThemeConfig(<any> layout), availableLayers)
|
||||
const target = document.getElementById("maindiv")
|
||||
const childs = Array.from(target.children)
|
||||
new ThemeViewGUI({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue