forked from MapComplete/MapComplete
Fix: fix #1713
This commit is contained in:
parent
bf26ca5d31
commit
2720f5dd19
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue