문제

As you can see my KML layer doesn't look good in Google Maps: https://maps.google.com/?q=https://sites.google.com/site/agri2agri/home/test1.kmz

It's obviously not stretched and wrong proportions. However, if I download this same KMZ (https://sites.google.com/site/agri2agri/home/test1.kmz) and I use Google Earth to view it, it views correctly.

What is happening?

도움이 되었습니까?

해결책

The area it is defined to cover is wider than the diameter of the earth (430 degrees)

<LatLonBox>
 <north>107.999210376</north>
 <south>-107.999928216</south>
 <east>215.998420752</east>
 <west>-215.999856432</west>
 <rotation>0</rotation>
</LatLonBox>

Google Earth must handle that better.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top