forked from MapComplete/MapComplete
Merge branch 'master' into feature/units
This commit is contained in:
commit
89f6f606c8
19 changed files with 121 additions and 55 deletions
|
@ -115,7 +115,7 @@ export default class ShowDataLayer {
|
|||
console.warn("No layer found for object (probably a now disabled layer)", feature, this._layerDict)
|
||||
return;
|
||||
}
|
||||
if (layer.title === undefined && (layer.tagRenderings ?? []).length === 0) {
|
||||
if (layer.title === undefined) {
|
||||
// No popup action defined -> Don't do anything
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue