Google 地图在 firefox 中嵌入错误

Google maps embed error in firefox

我正在使用 google 地图嵌入代码来集成地图的多针位置。

<iframe src="https://www.google.com/maps/d/embed?mid=zsjXv3NS8g6Y.krO7DAwRdcZk" height="480" width="640"></iframe>

地图在所有其他浏览器中正确呈现,但存在交叉原点引用错误。(即使在具有旧版本警告的 IE7 中)

这是我在 chrome 和 IE

上看到的消息

XMLHttpRequest cannot load https://accounts.google.com/ServiceLogin?service=mapsengine&passive=1209600…p=https://www.google.com/maps/d/gen204?a%3D58%26width%3D640%26height%3D480. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://www.google.com' is therefore not allowed access.

但在 firefox 中出现不同的错误,地图无法加载。

ReferenceError: _startApp is not defined https://www.google.com/maps/d/embed?mid=zsjXv3NS8g6Y.krO7DAwRdcZk Line 7

这是我无法修改的嵌入代码。有什么解决办法吗?

编辑:iframe 在没有地图的情况下加载,但显然 iframe 中的脚本中断导致此错误。

请尝试执行 reset firefox 的步骤,看看它是否有效:

Reset Firefox 功能可以通过将 Firefox 恢复到出厂默认状态同时保存您的基本信息来解决许多问题。注:This will cause you to lose any Extensions, Open websites, and some Preferences.

Reset Firefox 执行以下操作:

转到 Firefox > 帮助 > 疑难解答信息。

  1. 单击 "Reset Firefox" 按钮。
  2. Firefox 将关闭并重置。 Firefox 完成后,它会显示 window 以及导入的信息。
  3. 单击“完成”。
  4. Firefox 将打开并应用所有出厂默认设置。

由于组织中使用了代理,问题出在 firefox 的安全证书上。 我从我的组织安装了安全证书,地图开始正常工作。

步骤。

  1. 转到选项
  2. 高级
  3. 证书
  4. 查看证书。
  5. 导入并安装您的证书。