Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7.3
-
Fix Version/s: None
-
Component/s: ArcSDE
-
Labels:None
-
Environment:Oracle 10, SDE 9.2 SP 5
Description
A number of layers have displayed lots of colors from the color maps but I found one that is missing some colors.
NOAA.NOAA_13006_1 I have copied it to the arcy server.
It should have black, white, beige, blue, magenta and purple.
When served in GeoServer the blue and purple are missing.
Two screenshots attached.
noaa_almost_all_colors.png attached shows the blue color is back. It was due to a mistake in promoting the 8-bit rasters to 16-bit in order to make room for the extra no-data value in the colormap.
Yet, I have no clue why we still miss the purple one.
The following is the full color map (index: r, g, b):
0: 0, 0, 0
1: 255, 255, 255
2: 244, 232, 193
3: 219, 181, 242
4: 145, 145, 145
5: 114, 114, 114
6: 150, 176, 155
7: 94, 153, 193
8: 219, 73, 150
9: 209, 221, 239
of the ones the index #4 is never used, it doesn't matter, but the color at index #3, the purple one, is being used (checked the incoming pixel values) but it's not being displayed even if being added to the IndexColorModel...