Revision 745 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/FLyrRaster.java

View differences:

FLyrRaster.java
51 51
	public void draw(BufferedImage image, Graphics2D g, ViewPort vp,
52 52
		Cancellable cancel) throws DriverException {		
53 53
		try {
54
			((RasterFileAdapter) source).draw(image, g, vp, cancel);		
54
			((RasterFileAdapter) source).draw(image, g, vp, cancel);			
55 55
		} catch (DriverIOException e) {
56 56
			throw new DriverException(e);
57 57
		}
58
		if (getVirtualLayers() != null)
59
			getVirtualLayers().draw(image, g, vp, cancel);
58 60
	}
59 61
	
60 62
	public void setProjection(IProjection proj) {

Also available in: Unified diff