forked from MapComplete/MapComplete
Themes: move generated themes into assets, remove known_themes, support pruning of borrowed icons
This commit is contained in:
parent
310b973846
commit
ee64d84d27
18 changed files with 431 additions and 400 deletions
|
@ -1,7 +1,7 @@
|
|||
import { Utils } from "../../../src/Utils"
|
||||
import ThemeConfig from "../../../src/Models/ThemeConfig/ThemeConfig"
|
||||
|
||||
import * as bookcaseJson from "../../../src/assets/generated/themes/bookcases.json"
|
||||
import * as bookcaseJson from "../../../public/assets/generated/themes/bookcases.json"
|
||||
import { OsmTags } from "../../../src/Models/OsmFeature"
|
||||
import { Feature, Geometry } from "geojson"
|
||||
import { expect, it } from "vitest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue