Revision 1970 branches/gvSIG_GisPlanet/applications/appgvSIG/src/com/iver/cit/gvsig/Abrir.java

View differences:

Abrir.java
197 197
							lyr = LayerFactory.createLayer(layerName,
198 198
									(VectorialFileDriver) drivers[iFile], fich, proj);
199 199
						}else if (drivers[iFile] instanceof RasterDriver){
200
/*							lyr = LayerFactory.createLayer(layerName,
200
							lyr = LayerFactory.createLayer(layerName,
201 201
									driverNames[iFile], fich, proj);
202
	*/					}
202
						}
203 203

  
204 204
						if (lyr != null) {
205 205
							lyr.setVisible(true);

Also available in: Unified diff