}
// Initialize the FeatureSelecrtionRenderer:
selectionRenderer.initialize(r.getMapInfo());
addMapGadget(new ScalebarGadget(r.getMapInfo()));
addMapGadget(new WatermarkGadget());
addMapGadget(new NavigationGadget());
// Fire initialization event:
eventBus.fireEvent(new MapInitializationEvent());