forked from MapComplete/MapComplete
Fix(reviews): correctly handle fallbackname due to proper caching, add correct ratings-bar to toilets
This commit is contained in:
parent
b83b470508
commit
d1526991eb
5 changed files with 59 additions and 14 deletions
|
|
@ -148,8 +148,7 @@ class SingleBackgroundHandler {
|
|||
const styleToSet = background.style ?? background.url
|
||||
map.setStyle(styleToSet)
|
||||
this.awaitStyleIsLoaded().then(() => {
|
||||
console.log("UPDATING")
|
||||
this._languageSupport.update()
|
||||
this._languageSupport?.update()
|
||||
})
|
||||
} else {
|
||||
map.addLayer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue