<?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: WPF, Scale and Resolution in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-scale-and-resolution/m-p/301398#M1485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A follow up question on this topic.&amp;nbsp; Looks like 2.3 added support for scale dependency for dynamic feature layers.&amp;nbsp; But it looks like the map�??s minimum resolution still only looks at the minimum resolution of the tiled layers on the map (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/esri.arcgis.client~esri.arcgis.client.map~minimumresolution.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/esri.arcgis.client~esri.arcgis.client.map~minimumresolution.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; So if the map contains both tiled layers (with a min res value) and dynamic layers (with max scale set), you�??ll only be able to zoom in as far as the minimum resolution of the tiled layer.&amp;nbsp; Is that correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We�??ve got a client with some facilities data that he wants to be able to zoom WAY, WAY in �?? beyond the minimum resolution of the base map tile layer.&amp;nbsp; He�??s set a max scale on the facilities layer, but can�??t zoom in far enough to get the detail he wants to see.&amp;nbsp; Appears that the tile layer is limiting how far in he can zoom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the map doesn�??t appear to look at the min/max scale values for the feature layers when setting the min/max resolution for the map, I figure that I have to walk through the layers and LayerInfos to find the max scale from the layers.&amp;nbsp; Then I�??m in the same situation as Avner�??s original post �?? how can I reliably convert the max scale for a feature layer into a resolution value that I could use for setting the map�??s MinimumResolution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or do you have any other suggestions for setting the map�??s MinimumResolution to allow zooming in down to a feature layer�??s max scale?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2012 17:28:19 GMT</pubDate>
    <dc:creator>GarySinner</dc:creator>
    <dc:date>2012-03-23T17:28:19Z</dc:date>
    <item>
      <title>WPF, Scale and Resolution</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-scale-and-resolution/m-p/301396#M1483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to replicate the behavior of ArcClient, where layers are automatically hidden or shown based on the current zoom level/map scale. I'm getting the layers via the SOAP web service, and get the MinScale and MaxScale values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The WPF FeatureLayer objects, though, only contain MinimumResolution/MaximumResolution properties, which aren't directly mappable to MinScale/MaxScale. Some googling led me to try adding the current display DPI into the equation, but even if I do, I can't figure out how to map between Scale and Resolution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help me out here?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Avner&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 08:59:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-scale-and-resolution/m-p/301396#M1483</guid>
      <dc:creator>AvnerKashtan</dc:creator>
      <dc:date>2011-08-30T08:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: WPF, Scale and Resolution</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-scale-and-resolution/m-p/301397#M1484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Support for scale dependency defined by feature layers in map/feature services will be added in the future versions of the API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Aug 2011 21:17:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-scale-and-resolution/m-p/301397#M1484</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-08-30T21:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: WPF, Scale and Resolution</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-scale-and-resolution/m-p/301398#M1485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A follow up question on this topic.&amp;nbsp; Looks like 2.3 added support for scale dependency for dynamic feature layers.&amp;nbsp; But it looks like the map�??s minimum resolution still only looks at the minimum resolution of the tiled layers on the map (&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/apiref/esri.arcgis.client~esri.arcgis.client.map~minimumresolution.html"&gt;http://help.arcgis.com/en/webapi/silverlight/apiref/esri.arcgis.client~esri.arcgis.client.map~minimumresolution.html&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; So if the map contains both tiled layers (with a min res value) and dynamic layers (with max scale set), you�??ll only be able to zoom in as far as the minimum resolution of the tiled layer.&amp;nbsp; Is that correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We�??ve got a client with some facilities data that he wants to be able to zoom WAY, WAY in �?? beyond the minimum resolution of the base map tile layer.&amp;nbsp; He�??s set a max scale on the facilities layer, but can�??t zoom in far enough to get the detail he wants to see.&amp;nbsp; Appears that the tile layer is limiting how far in he can zoom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since the map doesn�??t appear to look at the min/max scale values for the feature layers when setting the min/max resolution for the map, I figure that I have to walk through the layers and LayerInfos to find the max scale from the layers.&amp;nbsp; Then I�??m in the same situation as Avner�??s original post �?? how can I reliably convert the max scale for a feature layer into a resolution value that I could use for setting the map�??s MinimumResolution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or do you have any other suggestions for setting the map�??s MinimumResolution to allow zooming in down to a feature layer�??s max scale?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 17:28:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/wpf-scale-and-resolution/m-p/301398#M1485</guid>
      <dc:creator>GarySinner</dc:creator>
      <dc:date>2012-03-23T17:28:19Z</dc:date>
    </item>
  </channel>
</rss>

