forked from MapComplete/MapComplete
Chore: housekeeping
This commit is contained in:
parent
cd9e03dd6f
commit
b300fffdc5
156 changed files with 4436 additions and 1318 deletions
|
@ -47,8 +47,10 @@ Utils.injectJsonDownloadForTests("https://www.openstreetmap.org/api/0.6/node/556
|
|||
Utils.injectJsonDownloadForTests("./assets/data/editor-layer-index.json", '{"features": [] }')
|
||||
|
||||
it("should download the latest version", async () => {
|
||||
const state = new ThemeViewState(new ThemeConfig(<any>bookcaseJson, true),
|
||||
new ImmutableStore<Set<string>>(new Set()))
|
||||
const state = new ThemeViewState(
|
||||
new ThemeConfig(<any>bookcaseJson, true),
|
||||
new ImmutableStore<Set<string>>(new Set())
|
||||
)
|
||||
const feature: Feature<Geometry, OsmTags> = {
|
||||
type: "Feature",
|
||||
id: "node/5568693115",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue