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 to http://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. Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
