Right, forgot again about using maps.google.com as a test... Another question...the KML points to my custom icons, why don't those show up?
On Feb 17, 1:54 pm, Rossko <[email protected]> wrote: > > Here is a 'good' one: > > >http://scgrant327.dyndns.org:8000/pages/1297536275.kml > > Don't forget, you can do a simple KML check just by visiting > maps.google.com and pasting the URL to your KML file into the search > bar. > That one displays sort-of, but pretty obviously there is a problem > with coordinates > You have for example > <coordinates>(-86.485269722,30.425550000)</coordinates> > but KML specifies > <coordinates>-86.485269722,30.425550000</coordinates> > Seehttp://code.google.com/apis/kml/documentation/kmlreference.html#coord... > and lose those brackets -- 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.
