forked from MapComplete/MapComplete
refactoring: Remove more obsoleted code, add copyright tab
This commit is contained in:
parent
f8d34648a0
commit
042d400dc4
20 changed files with 44 additions and 342 deletions
3
test.ts
3
test.ts
|
@ -15,8 +15,6 @@ async function main() {
|
|||
const state = new ThemeViewState(layout)
|
||||
|
||||
const main = new SvelteUIElement(ThemeViewGUI, { state })
|
||||
state.guistate.menuIsOpened.setData(true)
|
||||
state.guistate.menuViewTab.setData("settings")
|
||||
main.AttachTo("maindiv")
|
||||
}
|
||||
|
||||
|
@ -24,7 +22,6 @@ async function testspecial() {
|
|||
const layout = new LayoutConfig(<any>theme, true) // qp.data === "" ? : new AllKnownLayoutsLazy().get(qp.data)
|
||||
const state = new ThemeViewState(layout)
|
||||
|
||||
state.guistate.openUsersettings("picture-license")
|
||||
const all = SpecialVisualizations.specialVisualizations.map((s) =>
|
||||
SpecialVisualizations.renderExampleOfSpecial(state, s)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue