forked from MapComplete/MapComplete
Fix tests
This commit is contained in:
parent
6d6f16e51d
commit
65dbcd774b
22 changed files with 4007 additions and 3826 deletions
|
@ -441,6 +441,7 @@ export default class LayerConfig extends WithContextLoader {
|
|||
parts.push(...this.titleIcons?.map((tr) => tr.ExtractImages(true)));
|
||||
for (const preset of this.presets) {
|
||||
parts.push(new Set<string>(preset.description?.ExtractImages(false)));
|
||||
parts.push(new Set(preset.exampleImages ?? []))
|
||||
}
|
||||
for (const pointRenderingConfig of this.mapRendering) {
|
||||
parts.push(pointRenderingConfig.ExtractImages())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue