<?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 maximum and minimum resolution for map in ArcGIS 10 in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maximum-and-minimum-resolution-for-map-in-arcgis/m-p/760857#M19409</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I include Navigation to my map.&amp;nbsp; In order to see the zoom bar with a height of about 1", I have to include MaximumResolution and MinimumResolution to my Map tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcGIS 9, I set max as 2 and Min as 0.000001.&amp;nbsp; Everything is displayed as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After I compile my code with ArcGIs10, with the same resolution values, my map is zoomed in too closed that I don't see the entire map at all.&amp;nbsp; I tried not to set the values, I could see the entire map, BUT then the zoombar became too short!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What values should I set so that it works on both ArcGIS 9 and 10?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jan 2011 18:19:03 GMT</pubDate>
    <dc:creator>ThaoNguyen</dc:creator>
    <dc:date>2011-01-18T18:19:03Z</dc:date>
    <item>
      <title>maximum and minimum resolution for map in ArcGIS 10</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maximum-and-minimum-resolution-for-map-in-arcgis/m-p/760857#M19409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I include Navigation to my map.&amp;nbsp; In order to see the zoom bar with a height of about 1", I have to include MaximumResolution and MinimumResolution to my Map tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcGIS 9, I set max as 2 and Min as 0.000001.&amp;nbsp; Everything is displayed as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After I compile my code with ArcGIs10, with the same resolution values, my map is zoomed in too closed that I don't see the entire map at all.&amp;nbsp; I tried not to set the values, I could see the entire map, BUT then the zoombar became too short!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What values should I set so that it works on both ArcGIS 9 and 10?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jan 2011 18:19:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maximum-and-minimum-resolution-for-map-in-arcgis/m-p/760857#M19409</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-01-18T18:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: maximum and minimum resolution for map in ArcGIS 10</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maximum-and-minimum-resolution-for-map-in-arcgis/m-p/760858#M19410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;These two numbers dictate how much you can zoom in/out. I cannot tell you a set of reasonable values for these properties as it would depend on the layers contained in your map. If your map contains tiled layer, you may not need to update the map's Minimum and MaximumResolution &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~MaximumResolution.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~MaximumResolution.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 05:01:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maximum-and-minimum-resolution-for-map-in-arcgis/m-p/760858#M19410</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-01-19T05:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: maximum and minimum resolution for map in ArcGIS 10</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maximum-and-minimum-resolution-for-map-in-arcgis/m-p/760859#M19411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;These two numbers dictate how much you can zoom in/out. I cannot tell you a set of reasonable values for these properties as it would depend on the layers contained in your map. If your map contains tiled layer, you may not need to update the map's Minimum and MaximumResolution &lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~MaximumResolution.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~MaximumResolution.html&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem I'm having is why the same setting values behave differently in Arcgis 9 and 10.&amp;nbsp; In my code, I don't know how I can detect it is Arcgis 9 or 10 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; so that I can set them differently.&amp;nbsp;&amp;nbsp; If you know, please let me know.&amp;nbsp; It has driven me crazy for a simple feature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not using a tile layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 15:18:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maximum-and-minimum-resolution-for-map-in-arcgis/m-p/760859#M19411</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-01-19T15:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: maximum and minimum resolution for map in ArcGIS 10</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maximum-and-minimum-resolution-for-map-in-arcgis/m-p/760860#M19412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The problem I'm having is why the same setting values behave differently in Arcgis 9 and 10.&amp;nbsp; In my code, I don't know how I can detect it is Arcgis 9 or 10 &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; so that I can set them differently.&amp;nbsp;&amp;nbsp; If you know, please let me know.&amp;nbsp; It has driven me crazy for a simple feature.&lt;BR /&gt;I'm not using a tile layer.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that with new esri api, one sets the values from &amp;lt;Map&amp;gt; not from layer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 15:19:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/maximum-and-minimum-resolution-for-map-in-arcgis/m-p/760860#M19412</guid>
      <dc:creator>ThaoNguyen</dc:creator>
      <dc:date>2011-01-19T15:19:37Z</dc:date>
    </item>
  </channel>
</rss>

