Revision 5258 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/drivers/shp/IndexedShpDriver.java

View differences:

IndexedShpDriver.java
356 356
		shapeType = bb.getInt();
357 357
		//el shape tal con tema tal y n?mro tal es null
358 358
		if (shapeType==SHP.NULL){
359
			logger.info("El shape ="+index+ " del tema ="+this.toString()+" es null");
359
			logger.info("El shape ="+index+ " de la capa ="+this.toString()+" es null");
360 360
			return null;
361 361
		}
362 362
			

Also available in: Unified diff