Google地图 - 不通过<iframe>加载

时间:2015-11-16 09:26:53

标签: javascript ruby-on-rails iframe

在rails 4.2.4中,我试图通过iframe添加谷歌地图功能,但我收到错误,如

&#xA;&#xA;
 拒绝显示'https ://maps.googleapis.com/maps/api/js?key = AIsfsdfsdjLr31nsdsdfsdf16LORmV4d89hhg&amp; output = embed',因为它将'X-Frame-Options'设置为'SAMEORIGIN'。&#xA;  < / pre>&#xA;&#xA; 

查看文件是,

&#xA;&#xA;
 &lt; iframe width =“600”height =“450”frameborder =“0”style =“border:0”&#xA; src =“https://maps.googleapis.com/maps/api/js?key=AIsfsdfsdjLr31nsdsdfsdf16LORmV4d89hhg&output=embed”allowfullscreen&gt;&#xA;&lt; / iframe&gt;&#xA;  
&#xA;&#xA;

如何解决这个iframe问题?

&#xA;

1 个答案:

答案 0 :(得分:1)

您将JavaScript文件包含为p,而不是Google地图的实际嵌入版本。您的iframe值应与src类似。 Here's Google Maps Embed API的链接。