问题描述
||
我想每10秒用Google Earth加载一个kml文件,我发现了这个示例http://ukhas.org.uk/code:kml_live_update,但似乎不起作用。
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<kml xmlns=\"http://earth.google.com/kml/2.1\">
<Document>
<NetworkLink>
<Link>
<href>every10.kml</href>
<refreshMode>onInterval</refreshMode>
<refreshInterval>10</refreshInterval>
</Link>
</NetworkLink>
</Document>
</kml>
即使我通过Internet(http://code.google.com/apis/kml/documentation/Point.kml)尝试了kml文件,它也不会加载every10.kml
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)