<?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 Zoom to user defined scale. in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/zoom-to-user-defined-scale/m-p/551419#M15880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS API for flex 2.4 with ArcGIS server 10. I am trying to write the widget where user can define the map scale (type it in text box) and it will zoom to that scale. I successfully created a widget. But When I type scale in the text box it still zooms to the nearest LOD scale level. e.g. if i zoom to 5000 scale, it will take it as 4,514.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone suggest what change I need to make? Is there anything that needs to be defined in MapManager?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2011 17:54:28 GMT</pubDate>
    <dc:creator>UnivOmaha</dc:creator>
    <dc:date>2011-08-17T17:54:28Z</dc:date>
    <item>
      <title>Zoom to user defined scale.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/zoom-to-user-defined-scale/m-p/551419#M15880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS API for flex 2.4 with ArcGIS server 10. I am trying to write the widget where user can define the map scale (type it in text box) and it will zoom to that scale. I successfully created a widget. But When I type scale in the text box it still zooms to the nearest LOD scale level. e.g. if i zoom to 5000 scale, it will take it as 4,514.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone suggest what change I need to make? Is there anything that needs to be defined in MapManager?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 17:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/zoom-to-user-defined-scale/m-p/551419#M15880</guid>
      <dc:creator>UnivOmaha</dc:creator>
      <dc:date>2011-08-17T17:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to user defined scale.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/zoom-to-user-defined-scale/m-p/551420#M15881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you so much Robert for your suggestion. I tried to change basemap layer to DYNAMIC from TILED. Now I can zoom in to any level I want But now resoultion of map has degraded. it looks quite coarse as dynamic service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I improve the resolution? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using easri streetmap as base map layer and changing it to DYNAMIC? Do I need to publish my own service to tune the display resolution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also zoomslider from navigation is disabled when I change it to DYNAMIC.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 18:03:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/zoom-to-user-defined-scale/m-p/551420#M15881</guid>
      <dc:creator>UnivOmaha</dc:creator>
      <dc:date>2011-08-17T18:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to user defined scale.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/zoom-to-user-defined-scale/m-p/551421#M15882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Univ Omaha,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Sure you can get better quality by setting the imageformat="jpg" in the layer element. So it would look like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;layer label="Streets" type="dynamic" imageformat="jpg" visible="true"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Also zoomslider from navigation is disabled when I change it to DYNAMIC&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the default behavior, now that the layer is dynamic and is not constrained to certain LODs there is no need for a slider.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/zoom-to-user-defined-scale/m-p/551421#M15882</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T23:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Zoom to user defined scale.</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/zoom-to-user-defined-scale/m-p/551422#M15883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again Robert. Worked like a magic. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Meanwhile I also tried to publish own basemap with ESRI streetMap data to set my own LODs. I am glad I am learning a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 13:32:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/zoom-to-user-defined-scale/m-p/551422#M15883</guid>
      <dc:creator>UnivOmaha</dc:creator>
      <dc:date>2011-08-18T13:32:55Z</dc:date>
    </item>
  </channel>
</rss>

