forked from MapComplete/MapComplete
Huge refactorings of JSON-parsing and Tagsfilter, other cleanups, warning cleanups and lots of small subtle bugfixes
This commit is contained in:
parent
9a5b35b9f3
commit
a57b7d93fa
113 changed files with 1565 additions and 2594 deletions
19
test.ts
19
test.ts
|
@ -1,19 +0,0 @@
|
|||
import {OsmConnection} from "./Logic/Osm/OsmConnection";
|
||||
import {UIEventSource} from "./Logic/UIEventSource";
|
||||
import {ChangesetHandler} from "./Logic/Osm/ChangesetHandler";
|
||||
import {State} from "./State";
|
||||
import {LayerDefinition} from "./Customizations/LayerDefinition";
|
||||
import {AllKnownLayouts} from "./Customizations/AllKnownLayouts";
|
||||
import {Tag} from "./Logic/TagsFilter";
|
||||
import {VariableUiElement} from "./UI/Base/VariableUIElement";
|
||||
const bookcases = AllKnownLayouts.layoutsList[5];
|
||||
State.state = new State(bookcases);
|
||||
|
||||
new VariableUiElement(
|
||||
State.state.osmConnection.changesetHandler.currentChangeset
|
||||
).AttachTo("maindiv");
|
||||
|
||||
window.setTimeout(() => {
|
||||
|
||||
State.state.osmConnection.changesetHandler.CloseChangeset("89995035")
|
||||
}, 1000)
|
Loading…
Add table
Add a link
Reference in a new issue