Revision 5176

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/raster/CmsRasterDriver.java
125 125
				System.err.println(test+" "+fName);
126 126
	    	}
127 127
			rasterFile = GeoRasterFile.openFile(proj, fName);
128
			rasterFile.load();
128
			//rasterFile.load();
129 129
			createPxRaster();
130 130
		} else
131 131
			throw new IOException("Proyecci?n no asignada");
......
138 138
	public void initialize(IProjection proj) throws IOException {
139 139
		this.proj = proj;
140 140
		rasterFile = GeoRasterFile.openFile(proj, file.getAbsolutePath());
141
		
142
		rasterFile.load();
143
		
141
		//rasterFile.load();
144 142
		createPxRaster();
145 143
	}
146 144
	

Also available in: Unified diff