> http://www.forttours.com/interact/Frontier.America.ALL3.asp
As a complete aside, your HTML is invalid - two <body> tags.
It's possible to test KML by pasting its URL into maps.google.com - it
gets rendered by basically the same process as when using GGeoXml in
the API. Sure enough,
http://www.forttours.com/interact/All6.kml
looks the same - many 'historical' and uncommemorated' markers, no
battles or forts.
Pasting the links for individual KML files (as you described) results
in each working on maps.google.com - but each has a few hundred
elements.
As Andrew suggested, you ought to review
http://code.google.com/apis/kml/documentation/mapsSupport.html
and the limitation of 1,000 objects in one KML document.
Handle it as four GGeoXml calls, not one.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-api?hl=en.