On Sep 23, 9:05 pm, Black Fog <[EMAIL PROTECTED]> wrote: > > the question is: should i try to go the geoxml class way ? is there > any improvement to be aspected ?
Your polygons load fine, (even fast), with FF2. As Lance suggested, try removing the parseFloats() which only mean extra unnecessary work for the browser. What I would do is to try encoding the polylines. You could use, for example, this Perl module: http://www.usnaviguide.com/google-encode.htm which also applies a D-P reduction with a tolerance that you define, and the output is JSON. -- Marcelo - http://maps.forum.nu -- --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
