v3 contains a JavaScript variant of Douglas-Peucker, without which this page would be much slower. I was suggesting instead to run DP beforehand to simplify the borders of each province, throwing away vertices until the resulting map renders fast enough.
On Fri, Dec 11, 2009 at 11:15 PM, Esa <[email protected]> wrote: > You can find a JavaScript implementation of Douglas-Peucker algorithm > on Bill Chadwicks page > http://www.bdcc.co.uk/Gmaps/Services.htm > > -- > > 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]<google-maps-js-api-v3%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-js-api-v3?hl=en. > > > -- 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.
