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

View differences:

FLyrRasterSE.java
457 457
		return data;
458 458
	}
459 459

  
460
	public XMLItem[] getInfo(Point p, double tolerance, Cancellable cancel) throws ReadDriverException{
460
	public XMLItem[] getInfo(Point p, double tolerance, Cancellable cancel) throws ReadDriverException {
461 461

  
462 462
		Point2D pReal = getMapContext().getViewPort().toMapPoint(p);
463 463
		Point2D px = null;

Also available in: Unified diff