dojo.connect(basemapGallery,"onSelectionChange",function(){
var bm = basemapGallery.getSelected();
if (bm.title == "bing"){
//somehow re-apply lods specific to the user-selected basemap;
}
}
I can get lods from the arcgisonline World_imagery service... However, upon changing to a bing maps aerial, the above lods no longer apply
1. where do I get the lods info for the bing aerial?
2. how would I re-apply lods, changing the basemap tics after the user selects a different basemap?