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?