Revision 3195 trunk/extensions/extGeoreferencing/src/com/iver/cit/gvsig/gui/Panels/GeoRasterWizard.java

View differences:

GeoRasterWizard.java
325 325
			tempExtent = new Extent(0, 0, widthPxImg, heightPxImg);
326 326
		}else
327 327
			tempExtent = new Extent(vp.getAdjustedExtent());
328
		grf.close();
328
		grf.close();		
329 329
		
330
		
331 330
		double ulX = 0D, ulY = 0D, lrX = 0D, lrY = 0D;
332 331
		if(widthPxImg > heightPxImg){
333 332
			double widthView = tempExtent.maxX() - tempExtent.minX();
......
402 401
														fich, 
403 402
														proj);
404 403
                		         			
405

  
406 404
                		if(lyrGeoRaster != null){	
407 405
                    		lyrGeoRaster.setActive(true);
408 406
                    	}

Also available in: Unified diff