来自本地 JSON 数据的 Google 地图标记
问候!是否可以从本地存储的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,使用 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