diff --git a/umap/static/umap/js/modules/umap.js b/umap/static/umap/js/modules/umap.js index 26c4fe72..f8a233eb 100644 --- a/umap/static/umap/js/modules/umap.js +++ b/umap/static/umap/js/modules/umap.js @@ -824,7 +824,7 @@ export default class Umap { `` ) button.addEventListener('click', () => { - this._setCenterAndZoom() + this.setCenterAndZoom() builder.fetchAll() }) container.appendChild(form)