我真的希望有人可以帮助我。我刚刚注意到我的网站的Google地球嵌入式插件已经无法工作了(在Safari,Chrome或Firefox中)现在您只能看到空格和小文字,上面写着“信息暂时不可用。”
我不知道他们为什么不再工作了。什么都没有改变。
此处示例:http://www.grandcanyonvirtualtour.com/_tours/phantom_ranch.html
任何建议都非常感谢!!
请注意,我不是编码员 - 我是一名学习如何将照片整合到地图中的摄影师,所以如果有任何问题是基本的,我会道歉。
谢谢, 萨拉
我使用的是MacBook Pro 2.4 GHz Intel Core i7; OS 10.7.4
答案 0 :(得分:0)
根据生成的代码here,您的嵌入式Google地球小工具应位于script
元素中,例如:
<script src="//www.gmodules.com/ig/ifr?url=http://dl.google.com/developers/maps/embedkmlgadget.xml&up_kml_url=http%3A%2F%2Fwww.grandcanyonvirtualtour.com%2F_kml%2Fgrand_canyon_fly_thru_tour.kmz&up_view_mode=earth&up_earth_2d_fallback=0&up_earth_fly_from_space=1&up_earth_show_nav_controls=1&up_earth_show_buildings=1&up_earth_show_terrain=1&up_earth_show_roads=1&up_earth_show_borders=1&up_earth_sphere=earth&up_maps_zoom_out=0&up_maps_default_type=map&synd=open&w=500&h=400&title=Embedded+KML+Viewer&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
但是,查看您链接到的网站,小工具网址位于iframe内,例如:
<iframe src="http://www.gmodules.com/..."
也许这是你的问题?