> 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>
See
http://code.google.com/apis/kml/documentation/kmlreference.html#coordinates
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.