Revision 2312 org.gvsig.raster.wmts/branches/org.gvsig.raster.wmts_dataaccess_refactoring/org.gvsig.raster.wmts.io/src/main/java/org/gvsig/raster/wmts/io/WMTSProvider.java

View differences:

WMTSProvider.java
389 389
				colorInterpretation = DataStoreColorInterpretation.createRGBInterpretation();
390 390
			
391 391
			if(getBandCount() == 4)
392
				colorInterpretation = DataStoreColorInterpretation.createARGBInterpretation();
392
				colorInterpretation = DataStoreColorInterpretation.createRGBAInterpretation();
393 393
			
394 394
			if(getBandCount() > 4 || getBandCount() == 2) {
395 395
				for (int i = 0; i < getBandCount(); i++) {

Also available in: Unified diff