mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fix: do not render normal popup title in OSM template
This commit is contained in:
parent
8f7e5c7252
commit
d9c04c7d0a
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ class GeoRSSLink extends PopupTemplate {
|
||||||
}
|
}
|
||||||
|
|
||||||
class OSM extends TitleMixin(PopupTemplate) {
|
class OSM extends TitleMixin(PopupTemplate) {
|
||||||
|
renderTitle(feature) {}
|
||||||
|
|
||||||
getName(feature) {
|
getName(feature) {
|
||||||
const props = feature.properties
|
const props = feature.properties
|
||||||
const locale = getLocale()
|
const locale = getLocale()
|
||||||
|
|
Loading…
Reference in a new issue