diff --git a/umap/static/umap/js/modules/rendering/template.js b/umap/static/umap/js/modules/rendering/template.js index 171b2419..7300c40b 100644 --- a/umap/static/umap/js/modules/rendering/template.js +++ b/umap/static/umap/js/modules/rendering/template.js @@ -207,6 +207,13 @@ class OSM extends TitleMixin(PopupTemplate) { Utils.loadTemplate(`
${email}
`) ) } + if (props.panoramax) { + body.appendChild( + Utils.loadTemplate( + `
` + ) + ) + } const id = props['@id'] || props.id if (id) { body.appendChild(