On 18/09/2009, StephenMattison <[email protected]> wrote: > > > > If I do something like > > map = new GMap2(document.getElementById(mapCanvas)); > directions = new GDirections(map); > directions.load("SOME DIRECTIONS HERE"); > > Under firefox on LInux it works great! Under safari it displays the > map but not the directions. > > What gives?
You have a stray comma on line 56. (actually that is just a guess, please see the posting guidelines) > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
