Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0.1
-
Fix Version/s: 2.1.x
-
Component/s: Configuration, Wicket UI
-
Labels:None
-
Number of attachments :
Description
CatalogBuilder.buildCoverage method reads a test coverage accounting for the 4x4 bottom left pixels or so, and if the reader returns null it throws an exception.
Problem with that is that it doesn't let me configure a raster mosaic where that corner has no raster (the mosaic is irregular, does not form a rectangular shape).
Make it so that CatalogBuilder works around that problem, possibly by obtaining the full coverage if the small 4x4 pixel request returns null.
Obtaining a full coverage was what the code was doing before this and it blew up any attempt to configure big coverages with obvious OOM.