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]<google-maps-js-api-v3%[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.
