// System.out.println("current scale:" + currentscale);
// System.out.println("aaaanew scale:" + newscale);
// }
//compute new bbox for
NavCommand setFinal = new AbstractNavCommand(){
@Override
protected void runImpl( IProgressMonitor monitor ) throws Exception {
model.setBounds(newbounds);
}