【发布时间】:2013-09-19 12:30:19
【问题描述】:
如您所见,我的 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 地球查看它,它可以正确查看。
发生了什么?
【问题讨论】:
-
定义覆盖的区域比地球的直径(430 度)
<LatLonBox> <north>107.999210376</north> <south>-107.999928216</south> <east>215.998420752</east> <west>-215.999856432</west> <rotation>0</rotation> </LatLonBox>更宽,Google 地球必须处理得更好。 -
看起来 Google 地球将其视为 180 到 -180。
-
@geocodezip 谢谢!您应该将其发布为答案
标签: google-maps gis kml google-earth