来自本地 JSON 数据的 Google 地图标记

发布于 2024-12-02 14:57:02 字数 145 浏览 0 评论 0原文

问候!是否可以从本地存储的 JSON 数据(无服务器)在 IE 中创建 Google 地图?我有一个使用本地 KML 数据的解决方案,该数据在 Firefox 中有效,但在 IE 中无效,显然是因为跨域问题。 JSON 会提供更好的解决方案吗?

感谢您的指导!

Greets! Is it possible to create a Google Map in IE from JSON data stored locally (no server)? I had a solution working that used local KML data which worked in Firefox but not IE, apparently because of cross-domain problems. Would JSON provide a better solution?

Thanks for any guidance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁人与我共长歌 2024-12-09 14:57:02

是的,使用 Google Maps JavaScript API V3 是完全有可能的。

http://code.google.com/apis/maps/documentation/javascript/

您可以使用 JSON 数据作为属性将标记添加到地图。

http://code.google.com/apis/maps/documentation /javascript/overlays.html#标记

Yes it is quite possible using Google Maps JavaScript API V3.

http://code.google.com/apis/maps/documentation/javascript/

You can add Markers to the map using your JSON data for the attributes.

http://code.google.com/apis/maps/documentation/javascript/overlays.html#Markers

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文