Select to view content in your preferred language

IE8 and MapImageLayer / MapImage

1703
11
10-20-2011 01:08 PM
StuartHarlan
Deactivated User
Anyone know of any IE8 limitations on MapImageLayer / MapImage?  I can see the layer when using Chrome or Firefox, but not IE8.
0 Kudos
11 Replies
derekswingley1
Deactivated User
Thanks for the follow up Len!
0 Kudos
AndreSmit
Emerging Contributor
Specifying opacity is causing the layer to disappear in IE. We'll look into this. As a workaround, can you only specify opacity if you're in a non-IE browser? Something like ...
if ( ! dojo.isIE ) {
  milRadar.setOpacity(0.5);
}


Given that it's IE8, is a fix possible?
0 Kudos