diff --git a/umap/static/umap/js/umap.controls.js b/umap/static/umap/js/umap.controls.js index 17e431dc..695b3de9 100644 --- a/umap/static/umap/js/umap.controls.js +++ b/umap/static/umap/js/umap.controls.js @@ -1231,7 +1231,7 @@ L.U.IframeExporter = L.Evented.extend({ this.dimensions.width + '" height="' + this.dimensions.height + - '" frameborder="0" allowfullscreen src="' + + '" frameborder="0" allowfullscreen allow="geolocation" src="' + iframeUrl + '">' if (this.options.includeFullScreenLink) {