* Override the initialize method, to set a controller, and perhaps apply the target map's max extent.
*/
@Override
protected void initializationCallback(GetMapConfigurationResponse r) {
super.initializationCallback(r);
setController(new OverviewMapController(this));
updateMaxExtent();
}