Navigation Menu

Skip to content

Commit

Permalink
tmp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Aug 27, 2012
1 parent 7581744 commit 83501d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mapdrawgdal.c
Expand Up @@ -1890,6 +1890,7 @@ msDrawRasterLayerGDAL_RawMode(
int dst_xoff, int dst_yoff, int dst_xsize, int dst_ysize )

{
//TODO mask
void *pBuffer;
GDALDataType eDataType;
int *band_list, band_count;
Expand Down Expand Up @@ -2086,6 +2087,7 @@ msDrawRasterLayerGDAL_16BitClassification(
int dst_xoff, int dst_yoff, int dst_xsize, int dst_ysize )

{
//TODO mask
float *pafRawData;
double dfScaleMin=0.0, dfScaleMax=0.0, dfScaleRatio;
int nPixelCount = dst_xsize * dst_ysize, i, nBucketCount=0;
Expand Down

0 comments on commit 83501d2

Please sign in to comment.