Merge branch 'develop' into feature/station-map

This commit is contained in:
Robin van der Linde 2022-10-23 18:49:49 +02:00
commit 079876c056
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
407 changed files with 38825 additions and 3145 deletions

View file

@ -372,7 +372,7 @@ export default class LayerConfig extends WithContextLoader {
throw "Error in " + context + ": use 'filter' instead of 'filters'"
}
this.titleIcons = this.ParseTagRenderings(<TagRenderingConfigJson[]>json.titleIcons, {
this.titleIcons = this.ParseTagRenderings(<TagRenderingConfigJson[]>json.titleIcons ?? [], {
readOnlyMode: true,
})