openjump-gis / openjump

OpenJUMP, the Open Source GIS with more than one trick in its kangaroo pocket, takes the leap from svn to git. join the effort!
http://openjump.org
GNU General Public License v2.0
28 stars 14 forks source link

Update RasterImageLayer.java #114

Closed ma15569 closed 1 month ago

ma15569 commented 1 month ago

Patch to solve Issue #113 (Raster with a single value are not visible without acting on raster styles)

edeso commented 1 month ago

hey @ma15569

i took your patch but needed to fix

also took the freedom to remove the one of the

rasterSymbology.addColorMapEntry(min, Color.GRAY);
rasterSymbology.addColorMapEntry(max, Color.GRAY);

as they would add the same entry if min == max

ma15569 commented 1 month ago

Thanks Ede