嵌入式Google地球插件不再有效

时间:2012-07-02 21:03:36

标签: kml google-earth-plugin

我真的希望有人可以帮助我。我刚刚注意到我的网站的Google地球嵌入式插件已经无法工作了(在Safari,Chrome或Firefox中)现在您只能看到空格和小文字,上面写着“信息暂时不可用。”

我不知道他们为什么不再工作了。什么都没有改变。

此处示例:http://www.grandcanyonvirtualtour.com/_tours/phantom_ranch.html

任何建议都非常感谢!!

请注意,我不是编码员 - 我是一名学习如何将照片整合到地图中的摄影师,所以如果有任何问题是基本的,我会道歉。

谢谢, 萨拉

我使用的是MacBook Pro 2.4 GHz Intel Core i7; OS 10.7.4

1 个答案:

答案 0 :(得分:0)

根据生成的代码here,您的嵌入式Google地球小工具应位于script元素中,例如:

<script src="//www.gmodules.com/ig/ifr?url=http://dl.google.com/developers/maps/embedkmlgadget.xml&amp;up_kml_url=http%3A%2F%2Fwww.grandcanyonvirtualtour.com%2F_kml%2Fgrand_canyon_fly_thru_tour.kmz&amp;up_view_mode=earth&amp;up_earth_2d_fallback=0&amp;up_earth_fly_from_space=1&amp;up_earth_show_nav_controls=1&amp;up_earth_show_buildings=1&amp;up_earth_show_terrain=1&amp;up_earth_show_roads=1&amp;up_earth_show_borders=1&amp;up_earth_sphere=earth&amp;up_maps_zoom_out=0&amp;up_maps_default_type=map&amp;synd=open&amp;w=500&amp;h=400&amp;title=Embedded+KML+Viewer&amp;border=%23ffffff%7C3px%2C1px+solid+%23999999&amp;output=js"></script>

但是,查看您链接到的网站,小工具网址位于iframe内,例如:

<iframe src="http://www.gmodules.com/..."

也许这是你的问题?