Fix tests

This commit is contained in:
Pieter Vander Vennet 2022-02-09 03:46:50 +01:00
parent 6d6f16e51d
commit 65dbcd774b
22 changed files with 4007 additions and 3826 deletions

View file

@ -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())