Here is the page that I am testing with.
http://www.graphcom.pe.ca/maps/golf.html
and here is the KML file that I am using to place the pointers on the
map. When I open GE and go to these places it shows the LAT and LON
as different as you will see.
Thanks
------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="
http://earth.google.com/kml/2.2">
<Document>
<name>Hole 1.kml</name>
<Style id="sn_1">
<IconStyle>
<scale>0.5</scale>
<Icon>
<href>
http://www.graphcom.pe.ca/maps/images/icon1off.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<ListStyle>
<ItemIcon>
<href>
http://www.graphcom.pe.ca/maps/images/icon1off.png</href>
</ItemIcon>
</ListStyle>
</Style>
<Style id="sh_1">
<IconStyle>
<scale>0.7</scale>
<Icon>
<href>
http://www.graphcom.pe.ca/maps/images/icon1on.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<ListStyle>
<ItemIcon>
<href>
http://www.graphcom.pe.ca/maps/images/icon1on.png</href>
</ItemIcon>
</ListStyle>
</Style>
<Style id="sn_1a">
<IconStyle>
<scale>0.5</scale>
<Icon>
<href>
http://www.graphcom.pe.ca/maps/images/flag.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<ListStyle>
<ItemIcon>
<href>
http://www.graphcom.pe.ca/maps/images/flag.png</href>
</ItemIcon>
</ListStyle>
</Style>
<Style id="sh_1a">
<IconStyle>
<scale>0.7</scale>
<Icon>
<href>
http://www.graphcom.pe.ca/maps/images/flag.png</href>
</Icon>
<hotSpot x="32" y="1" xunits="pixels" yunits="pixels"/>
</IconStyle>
<ListStyle>
<ItemIcon>
<href>
http://www.graphcom.pe.ca/maps/images/flag.png</href>
</ItemIcon>
</ListStyle>
</Style>
<StyleMap id="msn_1">
<Pair>
<key>normal</key>
<styleUrl>#sn_1</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_1</styleUrl>
</Pair>
</StyleMap>
<StyleMap id="msn_1a">
<Pair>
<key>normal</key>
<styleUrl>#sn_1a</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_1a</styleUrl>
</Pair>
</StyleMap>
<StyleMap id="msn_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin</styleUrl>
</Pair>
</StyleMap>
<Style id="sn_ylw-pushpin">
<IconStyle>
<scale>1.1</scale>
<Icon>
<href>
http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</
href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Style id="sh_ylw-pushpin">
<IconStyle>
<scale>1.3</scale>
<Icon>
<href>
http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</
href>
</Icon>
<hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/>
</IconStyle>
</Style>
<Placemark>
<name>470 yards</name>
<description>Hole 1</description>
<LookAt>
<longitude>-63.09233485595586</longitude>
<latitude>46.20950348446768</latitude>
<altitude>0</altitude>
<range>517.0052619926832</range>
<tilt>60.16036250174327</tilt>
<heading>-3.578820400744816</heading>
</LookAt>
<styleUrl>#msn_1</styleUrl>
<Point>
<coordinates>-63.09233485595586,46.20950348446768,0</coordinates>
</Point>
</Placemark>
<Placemark>
<description>Hole 1 Flag</description>
<LookAt>
<longitude>-63.09633485595586</longitude>
<latitude>46.20755048446768</latitude>
<altitude>0</altitude>
<range>517.0052619926832</range>
<tilt>60.16036250174327</tilt>
<heading>-3.578820400744816</heading>
</LookAt>
<styleUrl>#msn_1a</styleUrl>
<Point>
<coordinates>-63.09633485595586,46.20755048446768,0</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Hole1Path</name>
<styleUrl>#msn_ylw-pushpin</styleUrl>
<LineString>
<tessellate>1</tessellate>
<coordinates>-63.09233485595586,46.20950348446768,0,-63.09433485595586,46.20800348446768,0,-63.09633485595586,46.20755048446768,0</
coordinates>
</LineString>
</Placemark>
</Document>
</kml>