X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/209dece7d3b3b4161ede2f84784ab0cd63ed2166..26746224ccab42bb6b2f39edb524803831defc1a:/public/export/embed.html diff --git a/public/export/embed.html b/public/export/embed.html index 41cd75f43..8e4ea2651 100644 --- a/public/export/embed.html +++ b/public/export/embed.html @@ -43,7 +43,8 @@ if(href.indexOf('?') != -1) { href = href.substring( 0, href.indexOf('?') ); } - + + this.element.target="_blank"; href += '?' + OpenLayers.Util.getParameterString(params); this.element.href = href; }