Mercurial > dive4elements > gnv-client
diff gnv-artifacts/ChangeLog @ 458:92d6cf448598
Improved raster tile based height evaluation.
gnv-artifacts/trunk@512 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 06 Jan 2010 10:09:51 +0000 |
parents | 47ad9721e692 |
children | 9c2767fcb388 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Jan 05 14:12:03 2010 +0000 +++ b/gnv-artifacts/ChangeLog Wed Jan 06 10:09:51 2010 +0000 @@ -1,3 +1,12 @@ +2010-01-05 Sascha L. Teichmann <sascha.teichmann@intevation.de> + + * src/main/java/de/intevation/gnv/math/QueriedXYDepth.java: + - Simplified code + - Search tile cache in reversed order because its more likely + that last loaded tile is used more than once. + - Stores cached tiles under soft references to prevent the + possible case to flood the memory with hires tiles. + 2010-01-05 Tim Englich <tim.englich@intevation.de> * src/main/java/de/intevation/gnv/math/QueriedXYDepth.java (depth):