[mapserver-commits] [mapserver/mapserver] 11f079: fix raster
classification on colormapped rasters (...
GitHub
noreply at github.com
Mon May 21 11:05:52 EDT 2012
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: 11f07977cfc2dba775c6be6d5d96fb06a31df9db
https://github.com/mapserver/mapserver/commit/11f07977cfc2dba775c6be6d5d96fb06a31df9db
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-05-15 (Tue, 15 May 2012)
Changed paths:
M mapdrawgdal.c
M mapraster.c
M mapserver.h
Log Message:
-----------
fix raster classification on colormapped rasters (#4316)
Classification code used colorObj->pen to specify the current
colortable entry's index. "pen" is GD specific and was removed
when GD support was rendered optional, so the msGetClass function
is now modified to not rely on it.
cc @warmerdam
Commit: a415af62369ac13dc30f6c1890d5f84126484002
https://github.com/mapserver/mapserver/commit/a415af62369ac13dc30f6c1890d5f84126484002
Author: Thomas Bonfort <thomas.bonfort at gmail.com>
Date: 2012-05-21 (Mon, 21 May 2012)
Changed paths:
M mapdrawgdal.c
M mapraster.c
M mapserver.h
Log Message:
-----------
Merge remote-tracking branch 'tbonfort/bug4316'
Compare: https://github.com/mapserver/mapserver/compare/238c4e3...a415af6
More information about the mapserver-commits
mailing list