Sometime recently, in the GE API, has the way in which the icon
heading changed ?. The documentation clearly shows that the icon
heading is the map heading and not the screen heading.
For this KML placemark,
<Placemark id = 'Bedlington, Northumberland, UK'>
<name>Bedlington Northumberland England, (UK)</name>
<address>Bedlington, Northumberland, UK</address>
<description><![CDATA[
<p>Latitude:55°8'N Longitude:1°36'W</p>
<p><a target = '_blank' href = '
http://www.artisanindustrials.com/
world-of-sundials/spectra-sundial-bedlington-northumberland-
england.html'><img src='
http://www.artisanindustrials.com/Images/
SundialWorldImages/spectra-sundial-bedlington-northumberland-england-
t.jpg ' /></a></p>
<p>2005 North American Sundial Society Sawyer Dialing Prize Trophy
Dial. Direct South Spectra Sundial. A picture of this sundial may be
found in the <a target = '_blank' href = 'http://
www.artisanindustrials.com/spectra-sundial-gallery.html'>Spectra
Sundial Gallery.</a></p>
]]></description>
<LookAt>
<longitude>-1.592961</longitude>
<latitude>55.130545</latitude>
<altitude>0</altitude>
<range>3873.950439</range>
<tilt>0</tilt>
<heading>0</heading>
<altitudeMode>relativeToGround</altitudeMode>
</LookAt>
<styleUrl>#sundial</styleUrl>
<Style>
<IconStyle>
<heading>0</heading>
<Icon>
<href>
http://www.artisanindustrials.com/Images/SundialWorldImages/
ArtisanSpectraSunIcon.png</href>
</Icon>
</IconStyle>
</Style>
<Point>
<coordinates>-1.592961,55.130545,0</coordinates>
</Point>
</Placemark>
In my GE application (5.1.3509.4636), this is how it appears,
correctly, with the heading 0 ( = N)
Screenshots:
http://www.artisanindustrials.com/Images/SundialWorldImages/bedlington-GEapplication-N.png
http://www.artisanindustrials.com/Images/SundialWorldImages/bedlington-GEapplication-E.png,
With my GE api, this webpage, using "fetchKML"
http://www.artisanindustrials.com/world-of-sundials/artisan-sundials-world-8a.html
results in these corresponding screenshots:
http://www.artisanindustrials.com/Images/SundialWorldImages/bedlington-GEapi-N.png
http://www.artisanindustrials.com/Images/SundialWorldImages/bedlington-GEapi-E.png
where the icon heading is based, incorrectly, in the Screen heading.
My project relies in the placemarks' icon heading. I feel sure that
this is a bug. Is there a
work-around?
Best,
Phil Walker