basemapGallery.add(new esri.dijit.Basemap({
layers: [
new esri.dijit.BasemapLayer({
"url": "http://myserver/ArcGIS/rest/services/Roads/MapServer"
}),
new esri.dijit.BasemapLayer({
"url": "http://myserver/ArcGIS/rest/services/AerialPhoto/2012/MapServer"
})
],
title: "2012 Hybrid Aerial Photo",
thumbnailUrl: "http://myserver/mythumb.jpg"
}));Trying to do the same and is unsuccessful I can add to the base layer in Map Viewer but it's not the same it automatically make one default so it's one or the other. Really annoyed that we can't do this all I'm trying to do is an some updated imagery layer that we have below some roads and its turning out to be a pain.