<?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: Basemap ArcGIS Viewer for FLex in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546785#M15457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) make sure that the rest of your map services have the same coordinate system as the base map you are referencing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) the operational layers and any other basemap layers are visible at the scales you cached the "initial" basemap layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'll try this out and let you know how it went.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Mar 2012 10:40:58 GMT</pubDate>
    <dc:creator>EricVenden</dc:creator>
    <dc:date>2012-03-26T10:40:58Z</dc:date>
    <item>
      <title>Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546778#M15450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been trying to use my own basemap in flexviewer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've a raster layer but after I've done some researched I found out that a raster layer could not be used as a basemap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Only dymanic, wms, tiled, image and arcIMS layers are supported to use as basemap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I've tried this link: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00530000000v000000" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00530000000v000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;But as a service it still shows the data type as raster layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My question is: what can I do with my data (which is raster) to yet use it as a basemap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 12:40:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546778#M15450</guid>
      <dc:creator>DavidJosepha</dc:creator>
      <dc:date>2012-03-23T12:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546779#M15451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless I'm not understanding you....It is possible to use your own internal raster layer as a basemap.&amp;nbsp; It can be cached (tiled) or uncached (dynamic)...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you say "raster layer"...what is this?&amp;nbsp; A raster catalog or raster dataset?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below is a sample from a config.xml file setting a dynamic image in the basemap tag.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;basemaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="2010 Aerial"&amp;nbsp; type="dynamic" visible="false" alpha="1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis-srv3.village.gurnee.il.us/ArcGIS/rest/services/Aerial_Dispatch_2010/MapServer" rel="nofollow" target="_blank"&gt;http://gis-srv3.village.gurnee.il.us/ArcGIS/rest/services/Aerial_Dispatch_2010/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only change needed for cached imagery is to change the 'type' to "tiled".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;I've been trying to use my own basemap in flexviewer.&lt;BR /&gt;I've a raster layer but after I've done some researched I found out that a raster layer could not be used as a basemap.&lt;BR /&gt;Only dymanic, wms, tiled, image and arcIMS layers are supported to use as basemap.&lt;BR /&gt;&lt;BR /&gt;Then I've tried this link: &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00530000000v000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00530000000v000000&lt;/A&gt;&lt;BR /&gt;But as a service it still shows the data type as raster layer.&lt;BR /&gt;&lt;BR /&gt;My question is: what can I do with my data (which is raster) to yet use it as a basemap.&lt;BR /&gt;&lt;BR /&gt;thank you&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 14:00:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546779#M15451</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2012-03-23T14:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546780#M15452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply, i appreciate it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I meant raster dataset. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I 've made a service of it then "cached" it using the example of the link I've posted earlier.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when I type: myserver/arcgis/rest/services I see the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12955[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The type layer&amp;nbsp; stays raster &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried changing the type in the config.xml file to tiled, but it gives me an error: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Satelite layer failed to load: Fault code: null&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault info: E0005E: Invalid tile service: &lt;/SPAN&gt;&lt;A href="http://myserver/ArcGIS/rest/services/DEMOS/Setar_Sat_2011/ImageServer"&gt;http://myserver/ArcGIS/rest/services/DEMOS/Setar_Sat_2011/ImageServer&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Fault details: null&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So my question is what am i doing wrong?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank U&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 14:53:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546780#M15452</guid>
      <dc:creator>DavidJosepha</dc:creator>
      <dc:date>2012-03-23T14:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546781#M15453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It appears that you published the wrong type of map service...you need a rest endpoint like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis-srv3.village.gurnee.il.us/ArcGIS/rest/services/Aerial_1939/MapServer"&gt;http://gis-srv3.village.gurnee.il.us/ArcGIS/rest/services/Aerial_1939/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With MapServer at the end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Thanks for your reply, i appreciate it.&lt;BR /&gt;&lt;BR /&gt;I meant raster dataset. &lt;BR /&gt;&lt;BR /&gt;I 've made a service of it then "cached" it using the example of the link I've posted earlier.&lt;BR /&gt;But when I type: myserver/arcgis/rest/services I see the following:&lt;BR /&gt;&lt;BR /&gt;[ATTACH=CONFIG]12955[/ATTACH]&lt;BR /&gt;&lt;BR /&gt;The type layer&amp;nbsp; stays raster &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt; :confused:&lt;BR /&gt;&lt;BR /&gt;I've tried changing the type in the config.xml file to tiled, but it gives me an error: &lt;BR /&gt;&lt;BR /&gt;Satelite layer failed to load: Fault code: null&lt;BR /&gt;Fault info: E0005E: Invalid tile service: &lt;A href="http://myserver/ArcGIS/rest/services/DEMOS/Setar_Sat_2011/ImageServer"&gt;http://myserver/ArcGIS/rest/services/DEMOS/Setar_Sat_2011/ImageServer&lt;/A&gt;&lt;BR /&gt;Fault details: null&lt;BR /&gt;&lt;BR /&gt;So my question is what am i doing wrong?&lt;BR /&gt;&lt;BR /&gt;Thank U&lt;BR /&gt;David&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 16:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546781#M15453</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2012-03-23T16:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546782#M15454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One other thing....here is my procedure for creating a map service that contains aerial imagery:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I add the imagery into an mxd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Save it as an msd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Publish this msd as a service in ArcGIS Server (Map Service)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Cache the service&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;David,&lt;BR /&gt;&lt;BR /&gt;It appears that you published the wrong type of map service...you need a rest endpoint like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://gis-srv3.village.gurnee.il.us/ArcGIS/rest/services/Aerial_1939/MapServer"&gt;http://gis-srv3.village.gurnee.il.us/ArcGIS/rest/services/Aerial_1939/MapServer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;With MapServer at the end.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Eric&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 16:55:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546782#M15454</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2012-03-23T16:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546783#M15455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes Eric, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My bad.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12968[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12967[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is the correct service but doesn't work good yet as basemap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 17:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546783#M15455</guid>
      <dc:creator>DavidJosepha</dc:creator>
      <dc:date>2012-03-23T17:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546784#M15456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll try this out and let you know how it went.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;David,&lt;BR /&gt;&lt;BR /&gt;One other thing....here is my procedure for creating a map service that contains aerial imagery:&lt;BR /&gt;&lt;BR /&gt;1) I add the imagery into an mxd&lt;BR /&gt;2) Save it as an msd&lt;BR /&gt;3) Publish this msd as a service in ArcGIS Server (Map Service)&lt;BR /&gt;4) Cache the service&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2012 17:57:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546784#M15456</guid>
      <dc:creator>DavidJosepha</dc:creator>
      <dc:date>2012-03-23T17:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546785#M15457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) make sure that the rest of your map services have the same coordinate system as the base map you are referencing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) the operational layers and any other basemap layers are visible at the scales you cached the "initial" basemap layer&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'll try this out and let you know how it went.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 10:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546785#M15457</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2012-03-26T10:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546786#M15458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the first time I was able to see my own basemap in FLEX, following your suggested steps. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; (progress, getting there)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But not as type "tiled" but as "dynamic" though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there something maybe that I've missed out on. Because the performance of my own current basemap is slow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I pan to a new area it takes a while to display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another question, do I need to specify a new cache directory everytime i make a new basemap?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;David&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 12:19:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546786#M15458</guid>
      <dc:creator>DavidJosepha</dc:creator>
      <dc:date>2012-03-26T12:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546787#M15459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After you publish the map service - then you can build the cache for that service.&amp;nbsp; You only need specify the cache scales and the image format.&amp;nbsp; I use the "default" settings from ArcGIS Server Manager (depending on how you have installed ArcGIS Server) - it puts the cache in it's own directory under the&amp;nbsp;&amp;nbsp; "arcgisserver\arcgiscache" folder...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the help on map caches:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Available_map_cache_properties/00930000006r000000/"&gt;http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#/Available_map_cache_properties/00930000006r000000/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Eric,&lt;BR /&gt;&lt;BR /&gt;For the first time I was able to see my own basemap in FLEX, following your suggested steps. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; (progress, getting there)&lt;BR /&gt;But not as type "tiled" but as "dynamic" though.&lt;BR /&gt;&lt;BR /&gt;Is there something maybe that I've missed out on. Because the performance of my own current basemap is slow.&lt;BR /&gt;When I pan to a new area it takes a while to display.&lt;BR /&gt;&lt;BR /&gt;Another question, do I need to specify a new cache directory everytime i make a new basemap?&lt;BR /&gt;&lt;BR /&gt;David&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 12:28:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546787#M15459</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2012-03-26T12:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546788#M15460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thnx Eric.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that everything is working fine. I wanted to mash my basemap with those from esri.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I read that i must edit the mapmanager.mxml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I can't find this file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I already downloaded flashbuilder so i'm just basically can't the mapmanager.mxml file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know maybe where this is located.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 18:41:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546788#M15460</guid>
      <dc:creator>DavidJosepha</dc:creator>
      <dc:date>2012-03-27T18:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546789#M15461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The file is located in the FlashBuilder project directory....it is located here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Flash Project directory]\src\com\esri\viewer\managers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thnx Eric.&lt;BR /&gt;&lt;BR /&gt;Now that everything is working fine. I wanted to mash my basemap with those from esri.&lt;BR /&gt;I read that i must edit the mapmanager.mxml file.&lt;BR /&gt;&lt;BR /&gt;But I can't find this file.&lt;BR /&gt;I already downloaded flashbuilder so i'm just basically can't the mapmanager.mxml file.&lt;BR /&gt;&lt;BR /&gt;Do you know maybe where this is located.&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 19:00:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546789#M15461</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2012-03-27T19:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546790#M15462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nevermind Eric found it!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thnx for your help, you were very helpful&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2012 19:12:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546790#M15462</guid>
      <dc:creator>DavidJosepha</dc:creator>
      <dc:date>2012-03-27T19:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: Basemap ArcGIS Viewer for FLex</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546791#M15463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Glad you got it working....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Click the "check" on one of my previous posts so that this thread is marked as answered.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Nevermind Eric found it!!&lt;BR /&gt;&lt;BR /&gt;Thnx for your help, you were very helpful&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 13:21:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/basemap-arcgis-viewer-for-flex/m-p/546791#M15463</guid>
      <dc:creator>EricVenden</dc:creator>
      <dc:date>2012-03-29T13:21:56Z</dc:date>
    </item>
  </channel>
</rss>

