What browser and how fast a machine? In any case, if you think that's fast, you should try PolyGonzo.
http://code.google.com/p/polygonzo/ Try the "All 3199 Counties" test in the dropdown. 3199 multipolygons, 3357 polygons, 33,3557 points. On my two machines, that loads in 1.75-2.5 seconds in IE9, 0.15-0.25 seconds in Chrome, with other browsers in between. You have to feed it GeoJSON instead of making individual API calls - that's one of the things that helps it run fast - it takes all of the polygons in a single call. There are a couple of simple code samples here: http://code.google.com/p/polygonzo/source/browse/trunk/code/test-multipolygon.html http://code.google.com/p/polygonzo/source/browse/trunk/code/test-polygon.html -Mike On Fri, Mar 25, 2011 at 1:48 PM, Benjamin Wunder <[email protected]>wrote: > I just watched a page with 856 polygons with 10,640 total points load in > under 3 seconds with Google maps Javascript v3. Good job Google - you guys > are freaking awesome. > > -- 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.
