Overview Map DPI and IE8 print issues

412
2
11-21-2011 05:02 AM
AdrianMarsden
Occasional Contributor III
Hi

Two questions - my ArcGISDynamicMapServiceLayer is set to 150 dpi/PNG24, yet my overview map is coming out at 96 dpi?  Is there any way of controling this?

Secondly, when I print in IE8 - even with

 .esriOverviewMap .ovwHighlight {
         border: solid 2px #004F00 !important;
         background-color: transparent !important;


The extent rectangle on the overview map is a solid rectangle.  Chrome works fine.  Is this an IE issue?

Cheers

ACM
0 Kudos
2 Replies
AdrianMarsden
Occasional Contributor III
Having hit this issue again and searching the forums I found my original post (above), but also another thread that answers it

http://forums.arcgis.com/threads/43001-Overview-Map-Attributes?highlight=ovwHighlight

S
o just adding this post here to point anyone else to the answer. -
0 Kudos
AdrianMarsden
Occasional Contributor III
OK - update #2 - whilst the CSS

.esriOverviewMap .ovwHighlight {         border: solid 2px #004F00 !important;
         background-color: transparent !important;
   }


LOOKS like it works in print preview - when it is actually printed out in IE8 the box is still solid.

IE10 works fine, but alas, I am stuck to IE8 for the next 6 months

ACM
0 Kudos