On Sep 8, 5:54 pm, "[email protected]" <[email protected]> wrote: > > In IE6 I get an error: > Line: 10 > Error: Expected identifier, string or number > > on this line (95): > map.addOverlay(BOND_Polyline); > caused by the extra comma on this line 9: > opacity: 0.9, > (IE has trouble counting...) > > Then I get another error: > Line: 94 > Error: 'BOND_Polyline' is undefined > > on this line: > map.addOverlay(BOND_Polyline); > > Then if I click on any of the checkboxes I get errors that the > associated polylines are not defined. > > If fix the missing comma in a local copy then I do: > GLog.write("BOND_Polyline="+typeof BOND_Polyline); > just before you add the polylines to the map, I get: > BOND_Polyline=undefined
See, now that's just weird because right now, it's working using IE8 and IE6, no errors. (I did remove the trailing comma now, so you can try reloading it see what happens) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
