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); }
if ( ! dojo.isIE ) { milRadar.setOpacity(0.5); }