Revision 2312 org.gvsig.raster.ermapper/branches/org.gvsig.raster.ermapper_dataaccess_refactoring/org.gvsig.raster.ermapper.io/src/main/java/org/gvsig/raster/ermapper/io/ErmapperProvider.java

View differences:

ErmapperProvider.java
748 748
				colorInterpr =  DataStoreColorInterpretation.createRGBInterpretation();
749 749
			}
750 750
			if(getBandCount() >= 4) {
751
				colorInterpr = DataStoreColorInterpretation.createARGBInterpretation();
751
				colorInterpr = DataStoreColorInterpretation.createRGBAInterpretation();
752 752
			}
753 753
		}
754 754
		return colorInterpr;

Also available in: Unified diff