KMZ在Google地图上显示不正确,但在Google地球中看起来不错

时间:2013-09-19 12:30:20

标签: google-maps gis kml google-earth

正如您所看到的,我的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地球查看,则会正确查看。

发生了什么事?

1 个答案:

答案 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地球必须更好地处理它。