Parent Directory
|
Revision Log
|
Patch
revision 405 by alfonx, Mon Sep 14 15:43:28 2009 UTC | revision 406 by alfonx, Mon Sep 14 18:06:27 2009 UTC | |
---|---|---|
# | Line 1020 public class StyledLayerUtil { | Line 1020 public class StyledLayerUtil { |
1020 | */ | */ |
1021 | ColorModel colorModel = null; | ColorModel colorModel = null; |
1022 | if (!isStyleable(styledRaster) | if (!isStyleable(styledRaster) |
1023 | || (isStyleable(styledRaster) && styledRaster.getStyle() != null)) { | || (isStyleable(styledRaster) && styledRaster.getStyle() == null)) { |
1024 | colorModel = getColorModel(styledRaster); | colorModel = getColorModel(styledRaster); |
1025 | } | } |
1026 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |