<?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: Need Help with Displaying Default Mapservice on Identify Widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175900#M5601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Siva,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; If you are working with the Sample Flex Viewer source code than the fix is simple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the src/com/esri/solutions/esa/widgets/IdentifyWidget.mxml change the init function to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; private function init():void
&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; mMapServices = new ArrayCollection(this.configData.configMap&lt;STRONG&gt;.reverse()&lt;/STRONG&gt;);
&amp;nbsp;&amp;nbsp; theMap = this.map;
&amp;nbsp;&amp;nbsp; clickGraphicsLayer.spatialReference = theMap.spatialReference;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; theMap.addLayer(clickGraphicsLayer);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:08:52 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2021-12-12T16:08:52Z</dc:date>
    <item>
      <title>Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175893#M5594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am a newbie trying to figure out Arcgis viewer for Flex. I have a Identify Widget displaying 3 mapservice. Two of them as base map(titled) and 1 as Livemap which is an internal service(dynamic). I want the Identify widget drop down to default to Dynamic Service without affecting the website. As i tried to move around the mapservice, Identify widget displayed the dynamic one but there was no map displayed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;code goes like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;basemaps menu="menuMap"&amp;gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;mapservice label="Street Map" type="tiled" visible="true" alpha="1" icon="com/esri/solutions/flexviewer/assets/images/icons/i_highway.png"&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_StreetMap_World_2D/MapServer&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/mapservice&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;mapservice label="Satellite Map" type="tiled" visible="false" alpha="1" icon="com/esri/solutions/flexviewer/assets/images/icons/i_shuttle.png"&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer" rel="nofollow" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/ESRI_Imagery_World_2D/MapServer&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/mapservice&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;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/basemaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;basemaps menu="menuMap"&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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mapservice label="Road" type="virtualearth" visible="true" style="road" alpha="1" icon="com/esri/solutions/flexviewer/assets/images/icons/i_globe.png"&amp;gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/[machine]/vetoken.ashx" rel="nofollow" target="_blank"&gt;http://[machine]/vetoken.ashx&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/mapservice&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mapservice label="Aerial" type="virtualearth" visible="false" style="aerial" alpha="1" icon="com/esri/solutions/flexviewer/assets/images/icons/i_globe.png"&amp;gt;&lt;/SPAN&gt;&lt;A _jive_internal="true" href="https://community.esri.com/[machine]/vetoken.ashx" rel="nofollow" target="_blank"&gt;http://[machine]/vetoken.ashx&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/mapservice&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &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; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;livemaps&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;mapservice label="Utilities" type="dynamic" visible="true" alpha="1"&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://......../ArcGIS/rest/services/Internet_MAIN/MapServer" rel="nofollow" target="_blank"&gt;http://......../ArcGIS/rest/services/Internet_MAIN/MapServer&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/mapservice&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/livemaps&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 13:52:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175893#M5594</guid>
      <dc:creator>sivavelappan</dc:creator>
      <dc:date>2011-02-24T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175894#M5595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are several things unclear to me here, but to start you're using Sample Flex Viewer 1.3, right? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First of all, you shouldn't have two basemap sections. If you want 4 basemaps to choose from (one at a time), put all 4 basemap mapservice entries in one &amp;lt;basemaps menu="menuMap"&amp;gt; ... &amp;lt;/basemaps&amp;gt; section. That error could be why you don't see the map displaying properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to overlay some of the basemaps on top of other basemaps (this would ONLY make sense if using partial transparency, which you don't have set currently) you would put those map service entries in the &amp;lt;livemaps&amp;gt; section and set alpha to less than 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since you mention a dropdown, I assume you're using the Search widget and not Identify, but I also don't think you can identify any of the base maps and get something useful returned, so that doesn't make sense to me either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you just have four base maps to choose from and one livemap, either identify or search should work very easily.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 17:13:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175894#M5595</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-02-24T17:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175895#M5596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There are several things unclear to me here, but to start you're using Sample Flex Viewer 1.3, right? &lt;BR /&gt;&lt;BR /&gt;First of all, you shouldn't have two basemap sections. If you want 4 basemaps to choose from (one at a time), put all 4 basemap mapservice entries in one &amp;lt;basemaps menu="menuMap"&amp;gt; ... &amp;lt;/basemaps&amp;gt; section. That error could be why you don't see the map displaying properly.&lt;BR /&gt;&lt;BR /&gt;If you want to overlay some of the basemaps on top of other basemaps (this would ONLY make sense if using partial transparency, which you don't have set currently) you would put those map service entries in the &amp;lt;livemaps&amp;gt; section and set alpha to less than 1.&lt;BR /&gt;&lt;BR /&gt;Since you mention a dropdown, I assume you're using the Search widget and not Identify, but I also don't think you can identify any of the base maps and get something useful returned, so that doesn't make sense to me either.&lt;BR /&gt;&lt;BR /&gt;So if you just have four base maps to choose from and one livemap, either identify or search should work very easily.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks for your reply. Yes i am on Flex Viewer 1.3 . We do have an Identify widget picking up the Mapservice in the order of street,satellite and then Utilities(livemap). I would want to select Utilities as Default for the selection, but inorder that to happen i moved the Livemap above the Basemap and got what i want. But the maps wont display. Thats my problem. Let me know if you can thing of anything else i could do.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 18:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175895#M5596</guid>
      <dc:creator>sivavelappan</dc:creator>
      <dc:date>2011-02-24T18:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175896#M5597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please post your config.xml file, and a link to your web map if you have one available. Without at least the config file it's hard to figure out what could be wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 19:06:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175896#M5597</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-02-24T19:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175897#M5598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;web map is &lt;/SPAN&gt;&lt;A href="http://hrsdgis.hrsdnet.com/hrsdgissiva/"&gt;http://hrsdgis.hrsdnet.com/hrsdgissiva/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please find the config file attached...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 19:17:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175897#M5598</guid>
      <dc:creator>sivavelappan</dc:creator>
      <dc:date>2011-02-24T19:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175898#M5599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The xml looks good to me, I couldn't find any syntax errors, and the projection of your map service matches the base. The only think I can think to try is change the proxytype if appropriate (e.g. from ASP to PHP). Other than that I'm not sure why your layer isn't displaying. If you've been working with the compiled version of the map viewer, you might try re-downloading and configuring it in case you modified another file that is causing a problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The link to your map service: &lt;/SPAN&gt;&lt;A href="http://hrsdgis.hrsdnet.com/ArcGIS/rest/services/Internet_MAIN/MapServer"&gt;http://hrsdgis.hrsdnet.com/ArcGIS/rest/services/Internet_MAIN/MapServer&lt;/A&gt;&lt;SPAN&gt; is valid and I can get it to display in the javascript viewer on the REST page. I added it to one of my maps and it showed up fine as well. I did notice that it won't open in ArcMap b/c the source is set using the machine name rather than the domain (in ArcMap you get the following as the source, which won't work), but that shouldn't affect your web map:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Data Type: ArcGIS Map Service&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Connection:&amp;nbsp;&amp;nbsp; Internet&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server:&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://GISPUBAPP1/ArcGIS/services"&gt;http://GISPUBAPP1/ArcGIS/services&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Name:&amp;nbsp;&amp;nbsp; Internet_MAIN&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 19:39:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175898#M5599</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-02-24T19:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175899#M5600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The xml looks good to me, I couldn't find any syntax errors, and the projection of your map service matches the base. The only think I can think to try is change the proxytype if appropriate (e.g. from ASP to PHP). Other than that I'm not sure why your layer isn't displaying. If you've been working with the compiled version of the map viewer, you might try re-downloading and configuring it in case you modified another file that is causing a problem.&lt;BR /&gt;&lt;BR /&gt;The link to your map service: &lt;A href="http://hrsdgis.hrsdnet.com/ArcGIS/rest/services/Internet_MAIN/MapServer"&gt;http://hrsdgis.hrsdnet.com/ArcGIS/rest/services/Internet_MAIN/MapServer&lt;/A&gt; is valid and I can get it to display in the javascript viewer on the REST page. I added it to one of my maps and it showed up fine as well. I did notice that it won't open in ArcMap b/c the source is set using the machine name rather than the domain (in ArcMap you get the following as the source, which won't work), but that shouldn't affect your web map:&lt;BR /&gt;Data Type: ArcGIS Map Service&lt;BR /&gt;Connection:&amp;nbsp;&amp;nbsp; Internet&lt;BR /&gt;Server:&amp;nbsp;&amp;nbsp; &lt;A href="http://GISPUBAPP1/ArcGIS/services"&gt;http://GISPUBAPP1/ArcGIS/services&lt;/A&gt;&lt;BR /&gt;Name:&amp;nbsp;&amp;nbsp; Internet_MAIN&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks for Troubleshooting it... Did u look at the Identify widget? if yes, I wanted the HRSD Utilities&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;drop down as default instead of Street Map . Let me know if i make sense.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Feb 2011 20:13:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175899#M5600</guid>
      <dc:creator>sivavelappan</dc:creator>
      <dc:date>2011-02-24T20:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175900#M5601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Siva,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; If you are working with the Sample Flex Viewer source code than the fix is simple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the src/com/esri/solutions/esa/widgets/IdentifyWidget.mxml change the init function to this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; private function init():void
&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; mMapServices = new ArrayCollection(this.configData.configMap&lt;STRONG&gt;.reverse()&lt;/STRONG&gt;);
&amp;nbsp;&amp;nbsp; theMap = this.map;
&amp;nbsp;&amp;nbsp; clickGraphicsLayer.spatialReference = theMap.spatialReference;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; theMap.addLayer(clickGraphicsLayer);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:08:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175900#M5601</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T16:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175901#M5602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Siva,&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; If you are working with the Sample Flex Viewer source code than the fix is simple.&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;In the src/com/esri/solutions/esa/widgets/IdentifyWidget.mxml change the init function to this:&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; &lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; private function init():void
&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp; mMapServices = new ArrayCollection(this.configData.configMap&lt;SPAN style="color:&amp;quot;Red&amp;quot;;"&gt;&lt;STRONG&gt;.reverse()&lt;/STRONG&gt;&lt;/SPAN&gt;);
&amp;nbsp;&amp;nbsp; theMap = this.map;
&amp;nbsp;&amp;nbsp; clickGraphicsLayer.spatialReference = theMap.spatialReference;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; theMap.addLayer(clickGraphicsLayer);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp; }&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks for looking at this... and providing me the code.. but no i am not working with source code. I downloaded the Viewer for Flex and did modifications. If you can guide me how to get this fix applied that will be great.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Siva&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 09:04:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175901#M5602</guid>
      <dc:creator>sivavelappan</dc:creator>
      <dc:date>2021-12-11T09:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175902#M5603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Siva,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; I am not sure how you would fix the issue without modifying the code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 00:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175902#M5603</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-02-25T00:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175903#M5604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Siva,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; I am not sure how you would fix the issue without modifying the code.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks anyways.. I am looking in to downloading the new ArcGis Viewer for flex 2.2 and going to customize that &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; If i come across any problems, will let you know. Have a good day..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Siva&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 00:59:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175903#M5604</guid>
      <dc:creator>sivavelappan</dc:creator>
      <dc:date>2011-02-25T00:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Displaying Default Mapservice on Identify Widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175904#M5605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The only option I can think of is switching from Identify to Search. The first layer listed in SearchWidget.xml is the default, and if you only have one entry there's no dropdown list at all.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Feb 2011 13:11:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/need-help-with-displaying-default-mapservice-on/m-p/175904#M5605</guid>
      <dc:creator>JonFisher</dc:creator>
      <dc:date>2011-02-25T13:11:30Z</dc:date>
    </item>
  </channel>
</rss>

