forked from MapComplete/MapComplete
Further fixing the refactoring
This commit is contained in:
parent
3943100e54
commit
49c821268e
8 changed files with 66 additions and 86 deletions
3
test.ts
3
test.ts
|
@ -1,6 +1,7 @@
|
|||
import GeoLocationHandler from "./Logic/Actors/GeoLocationHandler";
|
||||
import LayoutConfig from "./Customizations/JSON/LayoutConfig";
|
||||
import {UIEventSource} from "./Logic/UIEventSource";
|
||||
import LanguagePicker from "./UI/LanguagePicker";
|
||||
|
||||
|
||||
new GeoLocationHandler(new UIEventSource<{latlng: any; accuracy: number}>(undefined), undefined, new UIEventSource<LayoutConfig>(undefined)).AttachTo("maindiv")
|
||||
LanguagePicker.CreateLanguagePicker(["nl","en"]).AttachTo("maindiv")
|
Loading…
Add table
Add a link
Reference in a new issue