Select to view content in your preferred language

MapSwitcher Thumbnails for Streets & Imagery

738
1
05-17-2012 07:18 AM
DerekHunter
Emerging Contributor
I have enabled thumbnails per tag <showthumbnails>false</showthumbnails>, but need to determine where to reference the actual thumbnail image to use so it doe not use the defualt defaultBasemapIcon.png.. Any suggestion would be appreciated.
Tags (2)
0 Kudos
1 Reply
RobertScheitlin__GISP
MVP Emeritus
It goes in the main config.xml as the icon property of each basemap layer:

<layer label="Streets" type="tiled" visible="true"
                    icon="assets/images/basemap_streets.jpg"
                    url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/> 

Don't forget to click the Mark as answer check on this post and to click the top arrow (promote).
Follow the steps as shown in the below graphic:
0 Kudos