正如您所看到的,我的KML图层在Google地图中看起来不太好:https://maps.google.com/?q=https://sites.google.com/site/agri2agri/home/test1.kmz
显然没有拉伸和错误的比例。但是,如果我下载相同的KMZ(https://sites.google.com/site/agri2agri/home/test1.kmz)并使用Google地球查看,则会正确查看。
发生了什么事?
答案 0 :(得分:2)
它被定义为覆盖的区域比地球的直径(430度)更宽
<LatLonBox>
<north>107.999210376</north>
<south>-107.999928216</south>
<east>215.998420752</east>
<west>-215.999856432</west>
<rotation>0</rotation>
</LatLonBox>
Google地球必须更好地处理它。