<?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: Basemaps &amp;amp; Zoom scales in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222008#M6904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Todd, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) You need to specify the extent of the basemap. If you are using a service of your own then you need to specify the initial extent as it appears in your map document in the config.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;map initialextent="1987221 1431085 2224765 1647492" fullextent="1987221 1431085 2224765 1647492"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="XXXXX" type="tiled if cached or dynamic if not" visible="true" alpha="1"
&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://blah.blah.blah/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) As for the zoom levels, if you cache your map, whatever scales you specify to cache the map at.....is what levels you will have on the zoom scale bar in Flex. If it is a dynamic map, I am not sure on how to do this, however, I do believe that it is possible to set up the levels of display (LOD's) of your choice. Hopefully someone else can chime in on this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Josh C.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:49:09 GMT</pubDate>
    <dc:creator>JoshuaCoates</dc:creator>
    <dc:date>2021-12-11T10:49:09Z</dc:date>
    <item>
      <title>Basemaps &amp;amp; Zoom scales</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222006#M6902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am pretty new in the flex application building process so I apoligize if these questions have been asked/answered already.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I have been having trouble with some basemaps not showing up in our flexviewer app.&amp;nbsp; i verified all the rest end points, opened them up in ArcMap &amp;amp; Javascript apps, when I add them in as a basemap to the config file they don't show up.&amp;nbsp; Any suggestions would be helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I have been looking for a good post on how to change, or if it is possible to change to zoom levels that are shown on the navigation widget.&amp;nbsp; I know that the images will allow us to zoom in farther than what is being show on the map.&amp;nbsp; I have been asked if it is possible to zoom in farther than what the flexviewer allows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;TC&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Dec 2010 12:05:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222006#M6902</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-12-07T12:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Basemaps &amp; Zoom scales</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222007#M6903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found this thread looking for an answer to #2.&amp;nbsp; I may be able to help with #1.&amp;nbsp; I recently found out that a basemap MUST be type "tiled", it cannot be anything else.&amp;nbsp; At least this is true for 9.3.1, I don't know for version 10.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 16:09:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222007#M6903</guid>
      <dc:creator>deleted-user-DeOizCraciXu</dc:creator>
      <dc:date>2010-12-28T16:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Basemaps &amp; Zoom scales</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222008#M6904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Todd, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) You need to specify the extent of the basemap. If you are using a service of your own then you need to specify the initial extent as it appears in your map document in the config.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;map initialextent="1987221 1431085 2224765 1647492" fullextent="1987221 1431085 2224765 1647492"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="XXXXX" type="tiled if cached or dynamic if not" visible="true" alpha="1"
&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://blah.blah.blah/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) As for the zoom levels, if you cache your map, whatever scales you specify to cache the map at.....is what levels you will have on the zoom scale bar in Flex. If it is a dynamic map, I am not sure on how to do this, however, I do believe that it is possible to set up the levels of display (LOD's) of your choice. Hopefully someone else can chime in on this...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Josh C.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:49:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222008#M6904</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2021-12-11T10:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Basemaps &amp; Zoom scales</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222009#M6905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. This is where you can read more about &amp;lt;layer&amp;gt; tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/layer_tag.htm"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/layer_tag.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. You can specify custom lods in config file. Read &amp;lt;lods&amp;gt; tag in following doc&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/mainconfig.htm"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/mainconfig.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to specify all the lods for your map services. In your case you have to specify lods for image layer in addition to lods of tile basemap so that user can zoom in to image layer. Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 18:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222009#M6905</guid>
      <dc:creator>AniketWani</dc:creator>
      <dc:date>2010-12-28T18:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Basemaps &amp; Zoom scales</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222010#M6906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for all the suggestions.&amp;nbsp; I will take a look at them all and see if I can get it working.&amp;nbsp; Many Thanks!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 19:17:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222010#M6906</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-12-28T19:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Basemaps &amp; Zoom scales</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222011#M6907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well I have been doing some checking on these suggestions, 1) I have a map extent (Initial and full) created, and the map services are tiled.&amp;nbsp; 2) What I have noticed however is that the rest endpoint that I am trying to access does not have any LOD's specified.&amp;nbsp; So I would assume that if there are not LOD's then you would not see the map, correct?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 12:50:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222011#M6907</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-12-29T12:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Basemaps &amp; Zoom scales</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222012#M6908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Todd,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; If you don't have any LODs than the mapservice is &lt;/SPAN&gt;&lt;STRONG&gt;NOT tiled/cached&lt;/STRONG&gt;&lt;SPAN&gt; and you should be using dynamic in the config instead of tiled.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 13:17:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222012#M6908</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-12-29T13:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Basemaps &amp; Zoom scales</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222013#M6909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That fixed the problem, Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Dec 2010 14:36:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemaps-amp-amp-zoom-scales/m-p/222013#M6909</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2010-12-29T14:36:39Z</dc:date>
    </item>
  </channel>
</rss>

