On Sep 8, 4:54 pm, "[email protected]" <[email protected]>
wrote:
> On Sep 8, 3:01 pm, "Ashley M. Kirchner" <[email protected]> wrote:
>
> > Is this specific to IE7 and lower?
>
> I don't keep track of Microsoft's weirdnesses. I just do may best to
> make the code work in IE6 (as for the most part I don't have access to
> IE7 or IE8).
>
> > Because they work fine in IE8, it's the
> > alert() popup that doesn't. Someone else has also verified that they work in
> > IE6, the popups don't though. This is without the compatibility meta tag.
>
> 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
>
> -- Larry
>
Looking closer at your encoded polylines, this looks suspicious:
zoomFactor: 40,
numLevels: 4,
I would expect zoomFactor to be ~2 and numLevels to be ~18.
-- Larry
>
>
>
>
> > -- Please use my regular e-mail address to reply to. Sent from Android via
> > GMail, from somewhere on the planet.
>
> > On Sep 8, 2009 3:10 PM, "Grok Lobster" <[email protected]> wrote:
>
> > You are missing some info that is necessary for IE to display
> > polylines,
>
> > <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-
> > microsoft-com:vml">
> > <style type="text/css">
> > v\:* {
> > behavior:url(#default#VML);
> > }
> > </style>
>
> > On Sep 8, 1:29 pm, KirAsh4 <[email protected]> wrote: > On Sep 8, 2:07 pm, "
> > [email protected]" <...- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---