Revision 10656 branches/v10/libraries/libFMap/src/com/iver/cit/gvsig/fmap/tools/ZoomOutListenerImpl.java

View differences:

ZoomOutListenerImpl.java
98 98
		r.height = vp.getExtent().getHeight() * factor;
99 99

  
100 100
		vp.setExtent(r);
101

  
101
		mapControl.getMapContext().clearAllCachingImageDrawnLayers();
102 102
		// mapControl.drawMap(false);
103 103
	}
104 104

  

Also available in: Unified diff