Dear ManoM
Here is my KML code. If you plot this, note that the line segment that
runs through CANADA and the Great Lakes, i.e., between the points
(-113.30160, 62.75760, 0.0) and ( -76.02320, 41.87750, 0.0) is NOT
a great circle line. Same for the line segment just before this, as
one can see from the slight downward bow in the line segment. As for
the others, it is difficult to tell.
Thanks for taking a look at this.
Dean
*****************************************************
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="
http://earth.google.com/kml/2.2">
<Document>
<name>Footprint-test</name>
<open>1</open>
<Style id="Footprint">
<LineStyle>
<color>ffffffff</color>
<width>1.5</width>
</LineStyle>
<PolyStyle>
<color>5000ffff</color>
</PolyStyle>
</Style>
<LookAt>
<longitude>-145.727000</longitude>
<latitude>63.95170000</latitude>
<altitude>0</altitude>
<range>7000000</range>
<tilt>0</tilt>
<heading>0</heading>
</LookAt>
<Placemark>
<name>Footprint-NMD</name>
<styleUrl>#Footprint</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<altitudeMode>clampToGround</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-113.30160, 62.75760, 0.0
-76.02320, 41.87750, 0.0
-78.76540, 38.68310, 0.0
-82.15300, 36.20810, 0.0
-85.32860, 33.48420, 0.0
-88.32710, 30.46560, 0.0
-91.17540, 27.08360, 0.0
-93.89280, 23.23730, 0.0
-96.79450, 19.43370, 0.0
-98.93950, 13.42690, 0.0
-101.17560, 6.69740, 0.0
-107.36810, 10.81710, 0.0
-118.66460, 30.42130, 0.0
-126.82980, 41.42360, 0.0
-132.77830, 47.98610, 0.0
-137.55580, 55.67460, 0.0
-138.68610, 58.49990, 0.0
-138.81160, 59.59730, 0.0
-138.72520, 60.29830, 0.0
-138.55100, 60.82610, 0.0
-138.33450, 61.26320, 0.0
-138.05700, 61.63470, 0.0
-137.74070, 61.97240, 0.0
-137.36500, 62.28660, 0.0
-136.91680, 62.58950, 0.0
-136.36360, 62.89010, 0.0
-135.65030, 63.19820, 0.0
-134.65580, 63.52460, 0.0
-133.05330, 63.88370, 0.0
-129.29410, 64.27950, 0.0
-113.30160, 62.75760, 0.0
</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>
****************************************************************
> > > Jonathan- Hide quoted text -
>
> - Show quoted text -