I've spent some time playing with IE8 and VML.
After trying lots of potential solutions with no improvement, I tried
the following, which seems to allow a significant
improvement in polyline rendering speed on IE8
document.namespaces.add('v', 'urn:schemas-microsoft-com:vml',
"#default#VML");
I only invoke this if I detect (using navigator.userAgent) that the
browser is IE8.
if anyone wants a look at my browser type detection code (which is
pretty trivial) let me know
and I'll put it up somewhere.
I've taken down the two test pages referenced above.
Cheers;
RB
>
--
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.