質問

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