On Sep 19, 10:42 am, "warden [Andrew Leach - Maps API Guru]" <[EMAIL PROTECTED]> wrote: > On Sep 19, 5:55 pm, donovan78 <[EMAIL PROTECTED]> wrote: > > > I debug it in Firebug but not shows any error. > > Only it loads very slow in the Internet Explorer and > > Mozilla firefox both. > > Go tohttp://www.mytrailrecord.com/mytrailrecord/html/track.php?route=3 > in your browser and do "View Source". You are creating hundreds of > polylines, adding one point per line. No wonder it's slow! You should > move the two "echo" lines out of your loop. >
You might want to look at encoding or optimizing your polyline(s) also (~34700 points in a polyline is probably too many). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
