James, Thanks, I thought for sure you had seen what I had misses. Yet it still does not show.
I have three files for testing http://1537news.com/KML.html http:/1537news.com/KMLoff.html http:/1537news.com/KML3.html KML has the layer with 6 placemarks. KMLoff does not have any KML layers KML has the KML layer with only one placemark What I see with the file that has the layer is when the page loads I get a brief flash of the map and then it just goes to the dreaded gray map. http://1537news.com/KML.html works. the other 2...nothing. I appreciate another set of eyes on this. Thanks On Mon, Jun 14, 2010 at 8:10 PM, James McGill <[email protected]> wrote: > The URL you specify for your KML file is invalid. Try changing: > > var platformLayer = new google.maps.KmlLayer( > 'http:1537news.com/gulfPlatformOne.kml'); > > to > > var platformLayer = new google.maps.KmlLayer( > 'http://1537news.com/gulfPlatformOne.kml'); > > On Tue, Jun 15, 2010 at 10:38 AM, Harry Osoff <[email protected]> wrote: >> >> 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. >> > > -- > 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. > -- 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.
