Given the large number of markers, you might be running foul of the
limits on e.g. quantity of features.
> Is there a way to change the style by changing something on the google
> map/or in the html code for the page?
No, GGeoXml does what it does. If you can't amend the KML either,
there aren't many options. It is possible to use a client-side KML
parser, which allows you to intercept KML and render it however you
want; but that is almost certain to bust a gut trying to process this
amount of markers client-side.
Can you select less than a whole world's worth of data in the KML? If
you can't, it may be possible to do that client-side, to reduce the
workload.
--
You received this message because you are subscribed to the Google Groups "Google Maps API V2" group.
To post to this group, send email to google-maps-api@googlegroups.com.
To unsubscribe from this group, send email to google-maps-api+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.