Trannoy,
Sure that is defined in the Main Config.xml file by adding the icon attribute:<layer label="Streets" type="tiled" visible="true" alpha="1" icon="assets/images/basemap_streets.jpg" url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/>
Don't forget to click the top arrow (promote).
Follow the steps as shown in the below graphic:
<configuration> <title></title> <subtitle>GIS Portal</subtitle> <logo>assets/images/OCD_DRU_logo.png</logo> <style> <colors>0xFFFFFF,0x333333,0x101010,0x000000,0xFFD700</colors> <alpha>0.8</alpha> </style> <geometryservice url="http://myserver/ArcGIS/rest/services/Maps/Geometry/GeometryServer" /> <bing key="mybingkey"/> <!-- UI elements --> <widget left="10" top="50" config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/> <widget right="-2" bottom="-2" config="widgets/OverviewMap/OverviewMapWidget.xml" url="widgets/OverviewMap/OverviewMapWidget.swf"/> <widget right="15" top="55" config="widgets/eMapSwitcher/MapSwitcherWidget.xml" url="widgets/eMapSwitcher/MapSwitcherWidget.swf"/> <widget left="0" top="0" config="widgets/HeaderController/HeaderControllerWidget.xml" url="widgets/HeaderController/HeaderControllerWidget.swf"/> <map initialextent="-9559973 4601704 -9529513 4621654" top="40" zoomslidervisible="false"> <basemaps> <layer label="Streets" type="tiled" visible="true" alpha="1" autoswitchtoscale="4513.988705" url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/> <layer label="Aerial" type="tiled" visible="false" alpha="1" url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"/> <layer label="Aerial" type="tiled" visible="false" alpha="1" url="http://server.arcgisonline.com/ArcGIS/rest/services/Reference/World_Boundaries_and_Places/MapServer"/> <layer label="Topo" type="tiled" visible="false" alpha="1" url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/> <layer label="Bing Streets" type="bing" visible="false" style="road" culture="en-US" /> <layer label="Bing Aerial" type="bing" visible="false" style="aerial" culture="en-US" /> <layer label="Bing Hybrid" type="bing" visible="false" style="aerialWithLabels" culture="en-US" /> <layer label="Esri Nav. Charts" type="tiled" visible="false" forcescaleonswitch="577790.554289" url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer"/> <layer label="Esri Nav. Charts" type="tiled" visible="false" forcescaleonswitch="577790.554289" url="http://server.arcgisonline.com/ArcGIS/rest/services/Specialty/World_Navigation_Charts/MapServer"/> </basemaps> <operationallayers> <layer label="Parish Boundary" type="feature" url="http://myserver/ArcGIS/rest/services/Maps/RHP/MapServer/10" popupconfig="popups/PopUp_Parish.xml" alpha="0.5"/> <layer label="Congressional Districts 2011" type="feature" url="http://myserver/ArcGIS/rest/services/Maps/RHP/MapServer/5" popupconfig="popups/PopUp_CD.xml" alpha="0.5"/> <layer label="SRPP" type="feature" url="http://myserver/ArcGIS/rest/services/Maps/RHP/MapServer/2" popupconfig="popups/PopUp_SRPP.xml"/> <layer label="HAP" visible="false" type="feature" url="http://myserver/ArcGIS/rest/services/Maps/RHP/MapServer/1" popupconfig="popups/PopUp_HAP.xml"> </layer> </operationallayers> </map> <!-- widgets organized into widget containers that manage close/open etc --> <!-- supported layout property options: horizontal(default)|float|vertical|fix--> <widgetcontainer layout="float" /> </configuration>
icon="assets/images/basemap_streets.jpg"added to each of your basemap layers.
hold the scroll and move off the widget window (to the left)?
Robert, I can reproduce this with version 3.0.
If I grab the slider and slide all the way to the left, and then some, the basemap dropdown dissapears, but, if you don't let go of the mouse button and move back and forth, it is still fading the basemaps.
Tested on your site as well. See same behavior.
Not that it matters any as it still works great,
R_