forked from MapComplete/MapComplete
Some refactoring, more work on the custom theme generator
This commit is contained in:
parent
c4b5f180a6
commit
146552e62c
104 changed files with 382 additions and 1590 deletions
11
test.ts
11
test.ts
|
@ -1,11 +0,0 @@
|
|||
import {State} from "./State";
|
||||
import Cyclofix from "./Customizations/Layouts/Cyclofix";
|
||||
import {CustomLayersPanel} from "./Logic/CustomLayersPanel";
|
||||
|
||||
State.state= new State(new Cyclofix());
|
||||
|
||||
new CustomLayersPanel().AttachTo("maindiv");
|
||||
|
||||
State.state.osmConnection.GetPreference("mapcomplete-custom-layer-count").addCallback((count) => console.log("Count: ", count))
|
||||
|
||||
State.state.favourteLayers.addCallback(console.log)
|
Loading…
Add table
Add a link
Reference in a new issue