Merge branch 'master' into develop

This commit is contained in:
Pieter Vander Vennet 2023-11-17 18:27:08 +01:00
commit 9778b0df74
6 changed files with 1008 additions and 588 deletions

View file

@ -254,7 +254,7 @@ export default class PointRenderingConfig extends WithContextLoader {
)
let badges = undefined
if (options?.includeBadges ?? true) {
badges = this.GetBadges(tags, options.metatags)
badges = this.GetBadges(tags, options?.metatags)
}
const iconAndBadges = new Combine([icon, badges]).SetClass("block relative")