On Apr 1, 10:53 am, Menster <[email protected]> wrote: > I've isolated it and stripped out all DB interaction, but all of the > google maps stuff is still in there. > heres the link:www.gptesting.co.za/gmaps/index.php
When the page runs the onload functions, makePolyline() uses the value of the hidden field called "panel", which appears not to have a value. That means that waypoints is an array consisting of a single element of "" which means that point is never defined correctly and map.setCenter(point) fails. 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 -~----------~----~----~----~------~----~------~--~---
