Select to view content in your preferred language

Map not displaying at resolution 2065 X 1440

635
2
07-03-2012 09:57 AM
GregoryDillon
Occasional Contributor
My map is not displaying in Silverlight when the user sets his monitor resolution to 2065 x 1440.    I'm using SL 4 and the 2.2 API.    Is there a fix for this?
0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor
None of the layers show? What type of layers are on your map? Could you run Fiddler to see if there were any error message? Thanks.
0 Kudos
DaveTimmins
Deactivated User
Hi,

the default maximum image resolution that is rendered by ArcGIS server is 2048 x 2048. You can change this for each service in the service config file though. If you use AGS 10.1 and v3.0 of the SL API it will append the maximum image size to the request so that an image will be returned even when the map size is larger than the maximum.

Cheers,
0 Kudos