Hi,
How do i dynamically change map extent? The issue I have goes like this: initially there is a world map(a baseLayer) that is loaded and like wise the map extent is set to the bounding box of that map. Now there is a time when the user clicks a button , and so a new map(say US states) has to be loaded with the extent to be set according to the new map's bounding box. What's happening is that even though I reassign the map extent to the new bounds, it is not changing. Am i missing something here totally or just a small fix is all that is required?