<?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: Help with config.xml in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352504#M9985</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure why it cuts up the URL - but the work that was cut up is flexviewer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, can someone tell me how to insert code properly?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Oct 2010 22:46:15 GMT</pubDate>
    <dc:creator>MikeHargreaves</dc:creator>
    <dc:date>2010-10-26T22:46:15Z</dc:date>
    <item>
      <title>Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352500#M9981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been working with Flexviewer for a few months now and have been slowly making progress creating a web app. I am having some minor issues that are rather annoying to try and conquer. I am going to try and keep this simple and straightforward in hopes that a few people can help guide me in the right direction. I have read the help pages and getting started resources, however, these do not exactly cover small steps that can be rather mundane but also confusing, or so I believe.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have created 6 map services. I have the following: a basemap of the county, 2007 floodplain, 2007 cross sections, 2010 floodplain, 2010 cross sections, and a 2008 ortho of the county. All of these 6 services have been cached to optimize the browser speed for viewing. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a very simple application when users can zoom, pan, and perform simple address searches for the county. I have all the layers in each service setup with min/max in order to display at certain levels. I want to have this application have the basemap of the county to always be visible. All the other layers I want to have the ability to be turned on or off at the users choice. I would like to have all of the layers, including the basemap, to be visible in the layer list widget I implemented in case users want to turn layers on or off. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My troubles are a few: 1)The basemap layer is listed as my basemap layer and an operational layer, however it does not appear in the layer list. 2)I also have implemented the dynamic legend and for the basemap layers....they are all repeated twice in the dynamic layer once I am zoomed in to where all the layers in basemap are turned on?! 3) When I click on the arrow for a layer in the layer list, it drops down with the sublayers but there is no box to turn those sublayers on/off. (this may be due to the fact that all the services are cached and therefore cannot be turned on/off separately in the layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am adding my config.xml for reference, if anyone can see something I may have set up wrong, please let me know....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;!--
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2010 ESRI
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
// and use restrictions.&amp;nbsp; See use restrictions in the file:
// &amp;lt;install location&amp;gt;/License.txt
//
// Read mode about ArcGIS Viewer for Flex 2.1 - http://links.esri.com/flexviewer
//
////////////////////////////////////////////////////////////////////////////////
--&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Bartow County&amp;lt;/title&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;subtitle&amp;gt;Floodplain Mapping Application&amp;lt;/subtitle&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;logo&amp;gt;assets/images/bartow_courthouse.png&amp;lt;/logo&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;stylecolors&amp;gt;0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700&amp;lt;/stylecolors&amp;gt; &amp;lt;!-- Black Gold --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;stylealpha&amp;gt;0.8&amp;lt;/stylealpha&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- UI elements --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget left="10"&amp;nbsp; top="50"&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget right="-2" bottom="-2" config="widgets/OverviewMap/OverviewMapWidget.xml" url="widgets/OverviewMap/OverviewMapWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget right="20" top="55"&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/MapSwitcher/MapSwitcherWidget.xml" url="widgets/MapSwitcher/MapSwitcherWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget left="0"&amp;nbsp;&amp;nbsp; top="0"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/HeaderController/HeaderControllerWidget.xml" url="widgets/HeaderController/HeaderControllerWidget.swf"/&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;map initialextent="1991769 1448332 2191422 1642143"&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;lt;layer label="Basemap" type="tiled" 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://publicgis/PublicGISserver/rest/services/Basemap/MapServer"/&amp;gt;&amp;nbsp;&amp;nbsp; 
&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;lt;operationallayers&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="2008 Aerial Photo" type="tiled" visible="true" alpha="0.75"
&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://publicgis/PublicGISserver/rest/services/2008_Aerial_Photo/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Basemap" type="tiled" 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://publicgis/PublicGISserver/rest/services/Basemap/MapServer"/&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="2007 Cross Sections" type="tiled" visible="false" 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;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://publicgis/PublicGISserver/rest/services/2007_CrossSections/MapServer"/&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="2007 Bartow Floodplain" type="tiled" visible="false" 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;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://publicgis/PublicGISserver/rest/services/2007_BartowFloodplain/MapServer"/&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="2010 Cross Sections" type="tiled" visible="false" 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;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://publicgis/PublicGISserver/rest/services/2010_CrossSections/MapServer"/&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="2010 Bartow Floodplain" type="tiled" visible="true" alpha=".85"
&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://publicgis/PublicGISserver/rest/services/2010_BartowFloodplain/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/operationallayers&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/map&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- widgets organized into widget containers that manage close/open etc --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- supported layout property options: horizontal(default)|float|vertical|fix--&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widgetcontainer layout="float"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Search" left="80" top="280"
&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; icon="assets/images/i_search.png"
&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; config="widgets/Search/SearchWidget_Bartow.xml"
&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="widgets/Search/SearchWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Layers" left="80" top="280"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_layers.png"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/LayerList/LayerListWidget.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/LayerList/LayerListWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Dynamic Legend" left="25" top="565"
&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="assets/images/i_legend2.png"
&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/DynamicLegend/DynamicLegendWidget.xml"
&amp;nbsp;&amp;nbsp;&amp;nbsp; url="widgets/DynamicLegend/DynamicLegendWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="Print" left="390" top="400"
&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; icon="assets/images/i_print.png"
&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; config="widgets/Print/PrintWidget.xml"
&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="widgets/Print/PrintWidget.swf"/&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget label="My first widget"
&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; icon="assets/images/i_widget.png"
&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; config="widgets/Samples/HelloWorld/HelloWorldWidget.xml"
&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="widgets/Samples/HelloWorld/HelloWorldWidget.swf"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/widgetcontainer&amp;gt;

&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 12:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352500#M9981</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-10-22T12:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352501#M9982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone?? Anyone??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 15:53:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352501#M9982</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-10-26T15:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352502#M9983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your base map shouldn't be listed under OperationalLayers. Each map service should only be in one place or the other, not both.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 17:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352502#M9983</guid>
      <dc:creator>ToddZimmerman</dc:creator>
      <dc:date>2010-10-26T17:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352503#M9984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure what your cross section layers are, but they sound like they should be an operational layer.&amp;nbsp; My sight sounds somewhat similar.&amp;nbsp; I'm using aerials, elevation and hillshade as my base layer choices.&amp;nbsp; I've also added into the basemaps section a dummy layer that allows me not to have a basemap layer at all:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="No Base" type="tiled" visible="true"&amp;nbsp; alpha="1"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://agsmaps.ci.santa-rosa.ca.us//ArcGIS/rest/services/xxx/MapServer" rel="nofollow" target="_blank"&gt;http://agsmaps.ci.santa-rosa.ca.us//ArcGIS/rest/services/xxx/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition, I have another layer that folks often add to the basemaps that has streets and boundaries and the like.&amp;nbsp; I've put that in the operationallayers section instead, that way it can be turned on, on top of a different basemap.&amp;nbsp; I do the same with labels.&amp;nbsp; I default the map to have no basemap, but I have the streets and labels turned on.&amp;nbsp; If you would like to check it out, here is a link:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://agsmaps.ci.santa-rosa.ca.us/flexviewer/index.html"&gt;http://agsmaps.ci.santa-rosa.ca.us/flexviewer/index.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 22:43:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352503#M9984</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2010-10-26T22:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352504#M9985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure why it cuts up the URL - but the work that was cut up is flexviewer.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, can someone tell me how to insert code properly?&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 22:46:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352504#M9985</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2010-10-26T22:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352505#M9986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; The forum condenses urls by default. the actually url is not changed but what is displayed is a condensed version. As far as code insert look at this attachment.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 23:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352505#M9986</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-10-26T23:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352506#M9987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Mike, yes the cross sections are operational layers, I have them under the operational layers. I have all my streets, addresses, parcels, building footprints,etc in a map document called basemap. I also just added in an ESRI basemap service (streets) into that mxd and tried to re-cache it. It gave several errors about failing to create tiles at extent xxxxx.xxxxx. I was told that I could use any tiling scheme as long as there were close to the ESRI scale levels. I only want the ESRI map to be visible when you first get to the sight, once you zoom in once...I want it gone and only my "basemap" mxd layers showing. This is really only being done so that the map screen is not mostly white with only a county showing. I just think it looks bland and plain. So i am just trying to fill the screen with background reference data around the county itself. It would also be nice to have the shade and color from the ESRI service instead of just my plain white county with a few highways and cities labeled, which also look dull to me. I am trying to re-cache my basemap mxd again at the one level I need displayed, hope this works. Thanks for all the input!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Josh C.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 11:36:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352506#M9987</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-10-27T11:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352507#M9988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert - thanks for the tips.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure what is causing the cache to fail, though your idea of only caching individual scales should help you identify what is causing the problem.&amp;nbsp; If you bring a different service into the mxd, and that service is in a different projection, it could be that the system is timing out, since it takes awhile for the tiles to be reprojected.&amp;nbsp; If the scales are different, then ArcMap will take the nearest scale to what your map is in, and then zoom in or out depending.&amp;nbsp; This can cause it to look blurred somewhat, which is why the earlier comment about wanting the scales to be similar.&amp;nbsp; I have another map that you might want to look at:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://pmaps.ci.santa-rosa.ca.us/geocortex/essentials/web/viewer.aspx?site=County"&gt;http://pmaps.ci.santa-rosa.ca.us/geocortex/essentials/web/viewer.aspx?site=County&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; It is not a flexviewer app, but it is one I did of our county, and it contains surrounding county boundary and road info that is available in your ESRI data disks.&amp;nbsp; It might not look as snazzy as the online service, but it would be another way to go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 14:44:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352507#M9988</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2010-10-27T14:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352508#M9989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok maybe this will work.....can someone chime in if they know best way to do this.....&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I put the ESRI map serivice as my basemap and set it up to show at my initial extent of my county? And then have it set up to where it turns off at another extent? This way I could use my basemap as an operational layer and everything would work fine?! I just cannot figure out what units the &amp;lt;map initialextent&amp;gt; uses?!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Josh C.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 17:26:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352508#M9989</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-10-27T17:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352509#M9990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Are you ready to jump into some real coding? That's what this will take You will have to modify the MapManager.mxml to turn on and off the esri basemap using an event listener for extent changed. As far as the units ESRI's basemaps (the newer ones that the viewer uses) are in webmercator WKID:102100. There has been several discussions of this in the old forum.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=295797&amp;amp;mc=12#msgid923366"&gt;http://forums.esri.com/Thread.asp?c=158&amp;amp;f=2421&amp;amp;t=295797&amp;amp;mc=12#msgid923366&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 17:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352509#M9990</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2010-10-27T17:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352510#M9991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well this is a complete bummer. I do not think I could handle the coding. I just cant figure out why I can not cache my basemap with the ESRI layer added?? It makes no sense?!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 18:28:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352510#M9991</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-10-27T18:28:37Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352511#M9992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try doing it with just the online service to see if you could cache that?&amp;nbsp; I tried it, putting it into a different coordinate system and it worked fine.&amp;nbsp; A couple of questions - did you set up a full extent in your mxd?&amp;nbsp; If not, you are probably attempting to cache the whole world...&amp;nbsp; Were you able to cache any scales?&amp;nbsp; What format (jpg, png8, etc) were you caching in?&amp;nbsp; How good is your internet connection?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Oct 2010 19:54:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352511#M9992</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2010-10-27T19:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352512#M9993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok here we go, this is sounding better. I may have just not performed the task correctly. I need to have it projected to match my basemap, in State Plane. I can do this....now, how do I set up the full extent and where do I do this? When I treid caching, I only tried to cache at 1:200,000 and at 1:128,000. Which are the first two levels of display on my basemap that I want the ESRI service visible for. No levels cached at all so that leads me to think I may have been trying to cache the entire world as you mentioned. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to cached in the exploded format, png24. And our internet and intranet connections are great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 12:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352512#M9993</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-10-28T12:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352513#M9994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A couple of things first.&amp;nbsp; Why are you choosing PNG24?&amp;nbsp; If you are using something that has hill shading, then you probably won't be needing to have transparancy.&amp;nbsp; Aerials and other raster based layers are best to do in JPG with a compression of 60 and a tile size of 256.&amp;nbsp; Your goal here is to minimize the size of your downloads to the user, and PNG24 produces large file size, and takes longer to cache.&amp;nbsp; If you are doing something where you need transparency, then I would try to do it in PNG8 since that will also keep file size down.&amp;nbsp; The only time you would want to use PNG24 is when you are using anti-aliasing, which causes the number of colors to exceed what PNG8 can handle.&amp;nbsp; Personally, I just use PNG8 for vector services, and JPG for rasters.&amp;nbsp; Next, I'm curious why you have scales of 128,000 and 200,000, since normally you want to double the scale each time, though if 200,000 is good enough to cover your area, then I guess that could make sense...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, to your question of caching only a portion.&amp;nbsp; You can do this in a couple of ways.&amp;nbsp; In ArcMap, the easiest way is to first set the visible extent to what you want it to be, and then right-click on Layers in the TOC and select properties.&amp;nbsp; In the Data Frame tab click Other and then Specify Extent.&amp;nbsp; Once there, click on Current Visible Extent.&amp;nbsp; You could also explicitly set your extent if you know it.&amp;nbsp; Also, while you're here, make sure the Coordinate System is correct.&amp;nbsp; The other way to do only cache a portion is to do it when you are actually doing the caching.&amp;nbsp; At the bottom of the Manage Map Server Cache Tiles dialog, you have the ability to "Update specific areas using a feature class" where you can supply a rectangular feature class that covers your area.&amp;nbsp; I would choose the first way myself...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 14:10:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352513#M9994</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2010-10-28T14:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352514#M9995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So is the world street map considered raster or vector? It seems to have both types of data in the layer??? What would be best to cache this as if I just need the two scales I mentioned? Thanks for your help btw!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 14:55:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352514#M9995</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-10-28T14:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352515#M9996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Josh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI_StreetMap_World_2D is a combination both raster and vector layers, as you say, but once you use a raster layer, then you want to use JPG.&amp;nbsp; Generally, if you want to create a service that you can put above another service and be able to see the service below where there is no data in the service above, you would want transparancy, and that requires PNG.&amp;nbsp; JPG is for services that will be at the bottom of your stack, and will serve as your "base."&amp;nbsp; Personnally, I wanted my users to have the choice of whether they wanted my streets service by itself, or to be put ontop of other base layers like hillshade or aerials, so I made the service PNG8 with the white areas transparent.&amp;nbsp; Other folks like the look and simplicity of the ESRI service.&amp;nbsp; Is the data that you are trying to mix with this layer only vector?&amp;nbsp; Feel free to call me if you want, it might go quicker that way, especially since we are getting off topic for this forum I think.&amp;nbsp; 707-543-3112&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 15:25:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352515#M9996</guid>
      <dc:creator>MikeHargreaves</dc:creator>
      <dc:date>2010-10-28T15:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with config.xml</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352516#M9997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried calling. If you can, feel free to call me back when you get a chance. 770-833-0013&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 18:42:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/help-with-config-xml/m-p/352516#M9997</guid>
      <dc:creator>JoshuaCoates</dc:creator>
      <dc:date>2010-10-28T18:42:45Z</dc:date>
    </item>
  </channel>
</rss>

