Is it possible to update the lods for the map at runtime?
The basemap gallery has different maps with different levels of detail. For example it is possible to zoom in as close on Dark and Light Gray canvas maps down to 1:9028 but on the topo maps you can zoom to 1:1128. It would be nice to change the possible zoom levels on the map in the "selection-change" event of the basemap gallery. Something like this:
basemapGallery.on("selection-change", function (msg) {
//change the levels of detail for the map here.
});
Any suggestions?
Rich