<?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: Bing Base Map - Map MinimumResolution Not Set? (Can Zoom In Beyond Lowest Bing Le in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-base-map-map-minimumresolution-not-set-can/m-p/307448#M7937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The same thing you see happens withe ArcGIS Online with their default settings in many areas (e.g, the Middle East), it is really a missing data issue like was pointed out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2012 11:41:31 GMT</pubDate>
    <dc:creator>JoeHershman</dc:creator>
    <dc:date>2012-06-01T11:41:31Z</dc:date>
    <item>
      <title>Bing Base Map - Map MinimumResolution Not Set? (Can Zoom In Beyond Lowest Bing Level)</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-base-map-map-minimumresolution-not-set-can/m-p/307445#M7934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Esri Silverlight API documentation states (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Map~MinimumResolution.html" rel="nofollow" target="_blank"&gt;here &lt;/A&gt;&lt;SPAN&gt;among other places) that when tiled base map services are used, the map's MinimumResolution and MaximumResolution properties are set automatically.&amp;nbsp; But this does not seem to be the case for Bing Maps tiled layer.&amp;nbsp; So for example, using the Esri World Street map (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;) as a base map layer, the Map control's MinimumResolution is set properly and I cannot zoom in beyond the lowest tile level of the service.&amp;nbsp; However if the Bing tiled service is used, the MinimumResolution appears not to be set (or set correctly) and I am able to zoom in beyond the lowest Bing level.&amp;nbsp; Does anyone know why this is?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see this behavior for yourself right in the Esri Online samples (see "Mapping &amp;gt; ArcGIS Tiled Layer" and "Bing Maps &amp;gt; Imagery" samples).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Through some debugging, I can see that when using the Esri service the MinimumResolution is set to 0.298582141647617 which you can see from the service's documentation (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt;) is the correct value and this works fine.&amp;nbsp; When using the Bing layer, the map's MinimumResolution is 0.0373227677173711.&amp;nbsp; The lowest Bing level displays down to around 0.225, and if you zoom in beyond that you get the "no data" images.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is easily fixed by explicitely setting the map's MinimumResolution when using the Bing layer, for example from code-behind:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;// hard code min resolution so user can't zoom in past lowest Bing level MainMap.MinimumResolution = 0.225;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;SPAN&gt;But why is this not set for Bing layers as the documentation says it should be?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 18:31:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-base-map-map-minimumresolution-not-set-can/m-p/307445#M7934</guid>
      <dc:creator>DavidMarley</dc:creator>
      <dc:date>2012-05-31T18:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Base Map - Map MinimumResolution Not Set? (Can Zoom In Beyond Lowest Bing Le</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-base-map-map-minimumresolution-not-set-can/m-p/307446#M7935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By default the minimum resolution is set to the minimum resolution that might theorically be supported by the bing layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But in practice the minimum resolution is depending on the area you are zooming in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, you wont get the same result if you zoom in over the ocean or if you zoom in over New York.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The workaround might be you to set the layer minimum resolution depending on the area you are covering.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 06:59:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-base-map-map-minimumresolution-not-set-can/m-p/307446#M7935</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-06-01T06:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Base Map - Map MinimumResolution Not Set? (Can Zoom In Beyond Lowest Bing Le</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-base-map-map-minimumresolution-not-set-can/m-p/307447#M7936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ah that makes perfect sense. Yes that is essentially what I am doing...setting the MinimumResolution to a value that is appropriate for the area of interest of my app. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 09:36:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-base-map-map-minimumresolution-not-set-can/m-p/307447#M7936</guid>
      <dc:creator>DavidMarley</dc:creator>
      <dc:date>2012-06-01T09:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bing Base Map - Map MinimumResolution Not Set? (Can Zoom In Beyond Lowest Bing Le</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-base-map-map-minimumresolution-not-set-can/m-p/307448#M7937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The same thing you see happens withe ArcGIS Online with their default settings in many areas (e.g, the Middle East), it is really a missing data issue like was pointed out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 11:41:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/bing-base-map-map-minimumresolution-not-set-can/m-p/307448#M7937</guid>
      <dc:creator>JoeHershman</dc:creator>
      <dc:date>2012-06-01T11:41:31Z</dc:date>
    </item>
  </channel>
</rss>

