Here is a snippet from my KML file:

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1";>
<Document>

<Style id="rigStyle">
<IconStyle id="rigIcon">
<Icon>
<href>http://1537news.com/geocode/map-icons/numeric/gulf/blackDot.png</href>
</Icon>
</IconStyle>
</Style>

<Placemark id="placemark959">
<name>Go Riggs</name>
<description>Bark Bark</description>
<styleUrl>#rigStyle</styleUrl>
<Point>
<coordinates>26.0356973500000,-96.9804387600000</coordinates>
</Point>
</Placemark>
...

</Document>
</kml>



This KML file will not show itself.
http:/1537news.com/KML.html

Is there something I am missing?

Thanks

Harry Osoff
Web Development 1537News

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to