From d9c04c7d0a504d6e0d00b8a8fb82d94e428446d8 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 5 Dec 2024 11:46:26 +0100 Subject: [PATCH] fix: do not render normal popup title in OSM template --- umap/static/umap/js/modules/rendering/template.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/umap/static/umap/js/modules/rendering/template.js b/umap/static/umap/js/modules/rendering/template.js index e0738a39..e81695de 100644 --- a/umap/static/umap/js/modules/rendering/template.js +++ b/umap/static/umap/js/modules/rendering/template.js @@ -150,6 +150,8 @@ class GeoRSSLink extends PopupTemplate { } class OSM extends TitleMixin(PopupTemplate) { + renderTitle(feature) {} + getName(feature) { const props = feature.properties const locale = getLocale()