Skip to content

Commit

Permalink
tmp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Sep 23, 2012
1 parent 717a181 commit 14bda1d
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 @@ -2087,6 +2088,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 14bda1d

Please sign in to comment.