<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Maximum screen resolution? map not loading on large monitor in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maximum-screen-resolution-map-not-loading-on-large/m-p/142158#M3307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you can't change the max size on the server, you can avoid the errors by setting the maxImageHeight/Width properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#maxImageHeight"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#maxImageHeight&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're using ArcGIS Server 10.1 or greater, these properties will be set automatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Apr 2013 17:36:41 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2013-04-24T17:36:41Z</dc:date>
    <item>
      <title>Maximum screen resolution? map not loading on large monitor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maximum-screen-resolution-map-not-loading-on-large/m-p/142156#M3305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I'm lucky enough to work with a 30inch monitor with a resolution of 2560x1600, however I'm getting an error message&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the map doesn't load.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I make my browser window smaller, then it loads.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP/1.1 404 Image width is not in range. Valid range is from 1 to 2048.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;from: &lt;/SPAN&gt;&lt;A href="http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer"&gt;http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Demographics/ESRI_Census_USA/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;for an ArcGISDynamicMapServiceLayer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is, what determines the image width?&amp;nbsp; is it the map data, or the server or ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and can I fix this somehow?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 14:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maximum-screen-resolution-map-not-loading-on-large/m-p/142156#M3305</guid>
      <dc:creator>stevemclaughlin</dc:creator>
      <dc:date>2013-04-19T14:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum screen resolution? map not loading on large monitor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maximum-screen-resolution-map-not-loading-on-large/m-p/142157#M3306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From Tech Support:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Every map service's config file has &amp;lt;MaxImageHeight&amp;gt; and &amp;lt;MaxImageWidth&amp;gt; properties set to 2048 by default. You will need to modify those values to be able to generate larger maps. Restarting SOM afterwards should reflect the changes. Here is more documentation on this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//0093000000mr000000.htm"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//0093000000mr000000.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Apr 2013 14:59:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maximum-screen-resolution-map-not-loading-on-large/m-p/142157#M3306</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-04-19T14:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum screen resolution? map not loading on large monitor</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/maximum-screen-resolution-map-not-loading-on-large/m-p/142158#M3307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you can't change the max size on the server, you can avoid the errors by setting the maxImageHeight/Width properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#maxImageHeight"&gt;http://resources.arcgis.com/en/help/flex-api/apiref/com/esri/ags/layers/ArcGISDynamicMapServiceLayer.html#maxImageHeight&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you're using ArcGIS Server 10.1 or greater, these properties will be set automatically.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 17:36:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/maximum-screen-resolution-map-not-loading-on-large/m-p/142158#M3307</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2013-04-24T17:36:41Z</dc:date>
    </item>
  </channel>
</rss>

