forked from MapComplete/MapComplete
Merge branch 'master' into develop
This commit is contained in:
commit
9778b0df74
6 changed files with 1008 additions and 588 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…
Add table
Add a link
Reference in a new issue