<?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: Adding additional map service to  be called from the configuration file (config.x in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159478#M5154</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Alex&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, i was referring to a a web-based application which presents layers originated from one ore more web map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that this could be coded in the config.xml file, but was not sure how. For example, in my previous email&amp;nbsp; (see the attached code there) it is application which is currently using only one map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jan 2012 05:03:34 GMT</pubDate>
    <dc:creator>origudes</dc:creator>
    <dc:date>2012-01-12T05:03:34Z</dc:date>
    <item>
      <title>Adding additional map service to  be called from the configuration file (config.xml)</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159476#M5152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to assign / add more than one map service from the config.xml file?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, this is current map service code i have at the moment in my application:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;operationallayers&amp;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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="LBHC" type="dynamic" visible="true"&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; url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gis03.rcs.griffith.edu.au/ArcGIS/rest/services/HDSS/MapServer" rel="nofollow" target="_blank"&gt;http://gis03.rcs.griffith.edu.au/ArcGIS/rest/services/HDSS/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;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/operationallayers&amp;gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And i would like to add another map service to be assigned from the config.xml file, can any one share an example how this could be done?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know how to create a new map service for my new data, just don't know how to configure it in the config file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 04:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159476#M5152</guid>
      <dc:creator>origudes</dc:creator>
      <dc:date>2012-01-10T04:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding additional map service to  be called from the configuration file (config.x</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159477#M5153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure what exactly you are trying to achieve. But if I got you right, you want to create an ArcGIS Server service without using ArcGIS Desktop tools or ArcGIS Server Manager. This can be done by copying the .cfg and .sts files of an existing map service in the C:\Program Files\ArcGIS\Server10.0\server\user\ and then pasting them with some other name in the same folder. Restart ArcGIS Server, refresh GIS Servers node to see your newly added service is there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This method allows you to set all the settings for a service by using configuration tags without using any GUI. Good solution for batch service producing, too. Is it what you are looking for?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 12:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159477#M5153</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2012-01-11T12:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Adding additional map service to  be called from the configuration file (config.x</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159478#M5154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Alex&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, i was referring to a a web-based application which presents layers originated from one ore more web map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know that this could be coded in the config.xml file, but was not sure how. For example, in my previous email&amp;nbsp; (see the attached code there) it is application which is currently using only one map service.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 05:03:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159478#M5154</guid>
      <dc:creator>origudes</dc:creator>
      <dc:date>2012-01-12T05:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding additional map service to  be called from the configuration file (config.x</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159479#M5155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I have finally realized what you really want to do. I guess you are using either ArcGIS Viewer for Flex or ArcGIS API for Flex. In the former case, you can check the Help pages which are available at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html&lt;/A&gt;&lt;SPAN&gt;. There are tons of samples there with source code. In the latter case, you can refer to the Help pages which are available at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/help/index.html"&gt;http://help.arcgis.com/en/webapi/flex/help/index.html&lt;/A&gt;&lt;SPAN&gt;. For instance, in this configuration file you can find how to add several operational layers: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/live/config.xml"&gt;http://help.arcgis.com/en/webapps/flexviewer/live/config.xml&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the sample for adding several map services into one web application: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html#/Terrain_basemap_with_custom_data/01nq00000039000000/"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html#/Terrain_basemap_with_custom_data/01nq00000039000000/&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2012 06:09:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159479#M5155</guid>
      <dc:creator>AlexeyTereshenkov</dc:creator>
      <dc:date>2012-01-12T06:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding additional map service to  be called from the configuration file (config.x</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159480#M5156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;tereshenkov,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I understand correctly, you are trying to add more map services to your operational / base map layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You just need to add more tags of operationallayers / Baselayers for that like - &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;operationallayers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="LBHC" type="dynamic" visible="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://arcgisserver/ArcGIS/rest/services/FirstMapservice/MapServer" rel="nofollow" target="_blank"&gt;http://arcgisserver/ArcGIS/rest/services/FirstMapservice/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/operationallayers&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;operationallayers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;layer label="LBHC" type="dynamic" visible="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;url="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://arcgisserver/ArcGIS/rest/services/SecondMapservice/MapServer" rel="nofollow" target="_blank"&gt;http://arcgisserver/ArcGIS/rest/services/SecondMapservice/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/operationallayers&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 02:50:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159480#M5156</guid>
      <dc:creator>BharathiChandran</dc:creator>
      <dc:date>2012-01-17T02:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding additional map service to  be called from the configuration file (config.x</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159481#M5157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;tereshenkov,&lt;BR /&gt;&lt;BR /&gt;If I understand correctly, you are trying to add more map services to your operational / base map layers.&lt;BR /&gt;&lt;BR /&gt;You just need to add more tags of operationallayers / Baselayers for that like - &lt;BR /&gt;&lt;BR /&gt;&amp;lt;operationallayers&amp;gt;&lt;BR /&gt;&amp;lt;layer label="LBHC" type="dynamic" visible="true"&lt;BR /&gt;url="http://arcgisserver/ArcGIS/rest/services/FirstMapservice/MapServer"/&amp;gt;&lt;BR /&gt;&amp;lt;/operationallayers&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&amp;lt;operationallayers&amp;gt;&lt;BR /&gt;&amp;lt;layer label="LBHC" type="dynamic" visible="true"&lt;BR /&gt;url="http://arcgisserver/ArcGIS/rest/services/SecondMapservice/MapServer"/&amp;gt;&lt;BR /&gt;&amp;lt;/operationallayers&amp;gt; &lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I´m not sure if this is what Ori wanted, but I have to react on what you´ve posted.... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DO NOT ADD more "basemaps"/"operationlayers" tags! Just add more "layer"s into them!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Like: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;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;layer label="Streets" ... /&amp;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;layer label="Aerial" .../&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;operationallayers&amp;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;layer label="Boundaries and Places" .../&amp;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;layer label="My other content" .../&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/operationallayers&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/map&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Look at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Main_configuration_file/01m300000018000000/"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/index.html#/Main_configuration_file/01m300000018000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Use online help, it is very useful and helpful, see links that Alexey provided...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 05:12:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159481#M5157</guid>
      <dc:creator>J_B__K_</dc:creator>
      <dc:date>2012-01-17T05:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding additional map service to  be called from the configuration file (config.x</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159482#M5158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks heaps for all mates..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually, the &amp;lt;operationallayers&amp;gt; solution suggested by tereshenkov seems like exactly what i need. I am aware that these new layers (associated to the new map service)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;will be organised under a new group of layers, and that's fine with me. I assume your method will be more usable in a case that i want to have all layers under the same group,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;does that make sense?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 07:04:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/adding-additional-map-service-to-nbsp-be-called/m-p/159482#M5158</guid>
      <dc:creator>origudes</dc:creator>
      <dc:date>2012-01-18T07:04:01Z</dc:date>
    </item>
  </channel>
</rss>

