Hide popups of features without title

This commit is contained in:
Pieter Vander Vennet 2021-06-21 17:47:36 +02:00
parent 6489e93209
commit e6b0dd7042
2 changed files with 2 additions and 2 deletions

View file

@ -115,7 +115,7 @@ export default class ShowDataLayer {
console.warn("No layer found for object (probably a now disabled layer)", feature, this._layerDict) console.warn("No layer found for object (probably a now disabled layer)", feature, this._layerDict)
return; return;
} }
if (layer.title === undefined && (layer.tagRenderings ?? []).length === 0) { if (layer.title === undefined) {
// No popup action defined -> Don't do anything // No popup action defined -> Don't do anything
return; return;
} }

View file

@ -149,7 +149,7 @@
"codeContributionsBy": "MapComplete wurde von {contributors} und <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} weiteren Beitragenden</a> erstellt", "codeContributionsBy": "MapComplete wurde von {contributors} und <a href=\"https://github.com/pietervdvn/MapComplete/graphs/contributors\" target=\"_blank\">{hiddenCount} weiteren Beitragenden</a> erstellt",
"themeBy": "Thema betreut von {author}", "themeBy": "Thema betreut von {author}",
"attributionContent": "<p>Alle Daten wurden bereitgestellt von <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a>, frei verwendbar unter der <a href=\"https://osm.org/copyright\" target=\"_blank\">Open Database License</a>.</p>" "attributionContent": "<p>Alle Daten wurden bereitgestellt von <a href=\"https://osm.org\" target=\"_blank\">OpenStreetMap</a>, frei verwendbar unter der <a href=\"https://osm.org/copyright\" target=\"_blank\">Open Database License</a>.</p>"
} }
}, },
"favourite": { "favourite": {
"panelIntro": "<h3>Ihr persönliches Thema</h3>Aktivieren Sie Ihre Lieblingsebenen aus allen offiziellen Themen", "panelIntro": "<h3>Ihr persönliches Thema</h3>Aktivieren Sie Ihre Lieblingsebenen aus allen offiziellen Themen",