The alternative is to do what Google does and create either a custom tile layer or an image overlay instead of using points to define your polygon. That solves the problem of performance so you can make your polygons as complex as necessary.
-John Coryat, USNaviguide LLC On May 25, 11:19 am, III <[email protected]> wrote: > Rossko, > > Thank you for your research as this description would explain the > behavior I am experiencing perfectly. I'll have to live with GPolygons > for now in that case. > > Thank you again, > > Joe > > On May 23, 6:08 am, Rossko <[email protected]> wrote: > > > > > > I created an XML with the same data points and the load time is > > > significantly faster. > > > if by 'XML' you mean you are using GGeoXml to display your polys, it > > has a trick up its sleeve. GGeoXml runs at Google's servers. Should > > the display be more complex than is sensible for rendering at the > > client as ordinary polys, it will generate a tiled set of image > > overlays at Google's server end and substitute those for the client > > to use. Thus there is no access to the "polys" features at the client > > at all. > > Seehttp://code.google.com/apis/kml/documentation/mapsSupport.html > > andhttp://groups.google.com/group/google-maps-api/browse_thread/thread/3... > > > -- > > 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 > > athttp://groups.google.com/group/google-maps-api?hl=en. > > -- > 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 > athttp://groups.google.com/group/google-maps-api?hl=en. -- 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.
