Merge pull request #1087 from umap-project/898-iframe-geolocation
Allow geolocation from iframe embeds, fix #898
This commit is contained in:
commit
70c74455b0
1 changed files with 1 additions and 1 deletions
|
@ -1231,7 +1231,7 @@ L.U.IframeExporter = L.Evented.extend({
|
||||||
this.dimensions.width +
|
this.dimensions.width +
|
||||||
'" height="' +
|
'" height="' +
|
||||||
this.dimensions.height +
|
this.dimensions.height +
|
||||||
'" frameborder="0" allowfullscreen src="' +
|
'" frameborder="0" allowfullscreen allow="geolocation" src="' +
|
||||||
iframeUrl +
|
iframeUrl +
|
||||||
'"></iframe>'
|
'"></iframe>'
|
||||||
if (this.options.includeFullScreenLink) {
|
if (this.options.includeFullScreenLink) {
|
||||||
|
|
Loading…
Reference in a new issue