Revision 27361 trunk/extensions/extRasterTools-SE/src/org/gvsig/fmap/raster/layers/FLyrRasterSE.java

View differences:

FLyrRasterSE.java
511 511
	public void draw(BufferedImage image, Graphics2D g, ViewPort vp, Cancellable cancel, double scale) throws ReadDriverException {
512 512
		this.image = image;
513 513
		RasterTask task = RasterTaskQueue.get(Thread.currentThread().toString());
514
		System.out.println(Thread.currentThread().toString());
514 515
		task.setEvent(null);
515 516

  
516 517
		try {
......
616 617
			//callLegendChanged(null);
617 618
		} finally {
618 619
			disableStopped();
619
			task.setEvent(null);
620
			//task.setEvent(null);
620 621
		}
621 622
	}
622 623

  
......
849 850
			throw new ReadDriverException("Error en la asignaci?n de la vista en getData", ex);
850 851
		} catch (FileNotOpenException ex) {
851 852
			throw new ReadDriverException("Fichero no abierto en el dataset", ex);
853
		} catch (InterruptedException e) {
852 854
		}
853 855
		data += "\"\n";
854 856
		data += "  />\n";

Also available in: Unified diff