<?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: Change default basemap with 3.0 mapswitcher widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686802#M21074</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lefteris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Sounds like you need to check that the assets for the streets thumbnail does exist in your project&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#ff0000;"&gt;assets/images/basemap_streets.jpg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2012 15:40:56 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2012-11-06T15:40:56Z</dc:date>
    <item>
      <title>Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686794#M21066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I really like the new gallery/icon view in the basemap portion of the new mapswitcher widget. By default it is showing the topographic basemap. Is it possible to set the default to one of the other basemaps or to one of the Bing basemaps and still use the gallery/icon view?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 15:57:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686794#M21066</guid>
      <dc:creator>DanDowning</dc:creator>
      <dc:date>2012-06-14T15:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686795#M21067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dan,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Sure the method is when you use the addarcgisbasemaps="true" attribute in the map tag it will append available basemaps from the ArcGIS Portal to your map (meaning if you have manually add a particular base map than it will be the first on that is loaded and visible and all the remaining basemaps for the portal will be added after that one).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;map initialextent="-14083000 3139000 -10879000 5458000" top="40" zoomslidervisible="false" addarcgisbasemaps="true" wraparound180="true"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Streets" type="tiled" visible="true"&amp;nbsp; alpha="1" icon="assets/images/basemap_streets.jpg" &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="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt;&lt;SPAN&gt; on this post and to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow the steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg"&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 16:16:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686795#M21067</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-06-14T16:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686796#M21068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That did it for me. Thanks again Robert!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 17:12:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686796#M21068</guid>
      <dc:creator>DanDowning</dc:creator>
      <dc:date>2012-06-14T17:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686797#M21069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just a note for anyone using Bing maps as your default map, the corresponding map icons for the gallery can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; roads&amp;nbsp; - &lt;/SPAN&gt;&lt;A href="http://fcsharepoint.co.frederick.va.us/_layouts/ESRI.ArcGIS.Mapping.SharePoint/config/basemap_tbs/bingmaps_roads.png"&gt;http://fcsharepoint.co.frederick.va.us/_layouts/ESRI.ArcGIS.Mapping.SharePoint/config/basemap_tbs/bingmaps_roads.png&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; aerial&amp;nbsp; - &lt;/SPAN&gt;&lt;A href="http://www.geo-fia.org/_layouts/ESRI.ArcGIS.Mapping.Sharepoint/config/basemap_tbs/bingmaps_aerial.png"&gt;http://www.geo-fia.org/_layouts/ESRI.ArcGIS.Mapping.Sharepoint/config/basemap_tbs/bingmaps_aerial.png&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; hybrid - &lt;/SPAN&gt;&lt;A href="http://www.geo-fia.org/_layouts/ESRI.ArcGIS.Mapping.Sharepoint/config/basemap_tbs/bingmaps_hybrid.png"&gt;http://www.geo-fia.org/_layouts/ESRI.ArcGIS.Mapping.Sharepoint/config/basemap_tbs/bingmaps_hybrid.png&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2012 18:15:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686797#M21069</guid>
      <dc:creator>DanDowning</dc:creator>
      <dc:date>2012-06-14T18:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686798#M21070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This solution does work. However, I would like to have the World Imagery &lt;/SPAN&gt;&lt;STRONG&gt;with Labels&lt;/STRONG&gt;&lt;SPAN&gt; be the default. Since this is not an actual REST service but rather an ArcGIS Online basemap, Robert's solution does not work. I know that I can set the World Imagery as the default and then add the Labels as an operational layer. However, this means the user would have to turn the Labels off if they changed the basemap to something that already had labels. Is there no way to simply keep the ArcGIS Online basemaps and select one of them to be the default?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 19:59:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686798#M21070</guid>
      <dc:creator>JeremyCantor</dc:creator>
      <dc:date>2012-07-10T19:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686799#M21071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Jeremy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Actually the World Imagery with labels is just a combination of two REST Map Services and can be handled using the method I specified (which is the only available option).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;map wraparound180="true" initialextent="-14083000 3139000 -10879000 5458000" fullextent="-20000000 -20000000 20000000 20000000" top="40" addarcgisbasemaps="true"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;basemaps&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Imagery with Labels" type="tiled" visible="true"&amp;nbsp; 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;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="http://www.arcgis.com/sharing/content/items/716b600dbbac433faa4bec9220c76b3a/info/thumbnail/imagery_with_labels_ne_usa.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;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/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="Imagery with Labels" type="tiled" visible="true"&amp;nbsp; 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;&amp;nbsp;&amp;nbsp;&amp;nbsp; icon="http://www.arcgis.com/sharing/content/items/716b600dbbac433faa4bec9220c76b3a/info/thumbnail/imagery_with_labels_ne_usa.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;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/basemaps&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Don't forget to &lt;/SPAN&gt;&lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow the steps&lt;/STRONG&gt;&lt;SPAN&gt; as shown in the below graphic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Promote.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:53:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686799#M21071</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T04:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686800#M21072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Robert. Forgot to look in the Reference folder. Your help is always appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 21:02:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686800#M21072</guid>
      <dc:creator>JeremyCantor</dc:creator>
      <dc:date>2012-07-10T21:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686801#M21073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Dan,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Sure the method is when you use the addarcgisbasemaps="true" attribute in the map tag it will append available basemaps from the ArcGIS Portal to your map (meaning if you have manually add a particular base map than it will be the first on that is loaded and visible and all the remaining basemaps for the portal will be added after that one).&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;map initialextent="-14083000 3139000 -10879000 5458000" top="40" zoomslidervisible="false" &lt;SPAN style="color:#ff0000;"&gt;addarcgisbasemaps="true"&lt;/SPAN&gt; wraparound180="true"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:#ff0000;"&gt;&amp;lt;basemaps&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Streets" type="tiled" visible="true"&amp;nbsp; alpha="1" icon="assets/images/basemap_streets.jpg"
&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://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"/&amp;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;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;Don't forget to &lt;STRONG&gt;click the Mark as answer check&lt;/STRONG&gt; on this post and to &lt;STRONG&gt;click the top arrow (promote)&lt;/STRONG&gt;.&lt;BR /&gt;&lt;STRONG&gt;Follow the steps&lt;/STRONG&gt; as shown in the below graphic:&lt;BR /&gt;&lt;IMG src="http://gis.calhouncounty.org/FlexViewer2.5/Answer.jpg" /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello Robert. Did what you recommended:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;map wraparound180="true" initialextent="-13972000 4403000 -13202000 4801000" top="40" zoomslidervisible="false" addarcgisbasemaps="true" &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;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;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Streets" type="tiled" visible="true"&amp;nbsp; alpha="1" icon="assets/images/basemap_streets.jpg"&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://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow noopener noreferrer" target="_blank"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/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;SPAN&gt;I get the street basemap shown but its tile is missing in the basemap widget... see screenshot. Suggestions?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;THank you.[ATTACH=CONFIG]19063[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:53:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686801#M21073</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2021-12-12T04:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686802#M21074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Lefteris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Sounds like you need to check that the assets for the streets thumbnail does exist in your project&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#ff0000;"&gt;assets/images/basemap_streets.jpg&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 15:40:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686802#M21074</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-11-06T15:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686803#M21075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Lefteris,&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Sounds like you need to check that the assets for the streets thumbnail does exist in your project&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:#ff0000;"&gt;assets/images/basemap_streets.jpg&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks. I was caught not paying attention again!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 17:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686803#M21075</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2012-11-06T17:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686804#M21076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This fixed my issue in 3.1 as well; but what about adding bing as the default, and then having it show up twice in the basemap list...is there something I'm missing on this one?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 13:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686804#M21076</guid>
      <dc:creator>jamesmullen</dc:creator>
      <dc:date>2013-01-18T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Change default basemap with 3.0 mapswitcher widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686805#M21077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cancel my request, got it figured out!&amp;nbsp; RTFM&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2013 14:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/change-default-basemap-with-3-0-mapswitcher-widget/m-p/686805#M21077</guid>
      <dc:creator>jamesmullen</dc:creator>
      <dc:date>2013-01-18T14:11:14Z</dc:date>
    </item>
  </channel>
</rss>

