Allow geolocation from iframe embeds, fix #898
This commit is contained in:
parent
db2da8f407
commit
d859b3f153
1 changed files with 1 additions and 1 deletions
|
@ -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 +
|
||||
'"></iframe>'
|
||||
if (this.options.includeFullScreenLink) {
|
||||
|
|
Loading…
Reference in a new issue