Using 2 Levels results in Nullpointer Exception
-----------------------------------------------

                 Key: GEOT-1199
                 URL: http://jira.codehaus.org/browse/GEOT-1199
             Project: GeoTools
          Issue Type: Bug
          Components: gc imagepyramid
    Affects Versions: 2.3.0
            Reporter: Christian Mueller


Using a pyramid property File with 2 Levels Result in a Null Pointer Exception 
Both ImagePyramdReader and ImagePyramdFormat include a 
code sequence

overViewResolutions = numOverviews > 1 ? new double[numOverviews][2]

which should be 

overViewResolutions = numOverviews > 0 ? new double[numOverviews][2]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to