Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1722:fb4fb1c67c35
Added WKmsFactory.
flys-artifacts/trunk@3004 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 18 Oct 2011 12:44:02 +0000 |
parents | eb35570df0e8 |
children | 690037105542 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Oct 18 12:31:36 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Oct 18 12:44:02 2011 +0000 @@ -1,3 +1,16 @@ +2011-10-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Add WKMsFactory to access 'static' wst-data. + + * src/main/java/de/intevation/flys/artifacts/model/StaticWKmsCacheKey.java: + Cache Key for the static WKms data. + + * src/main/java/de/intevation/flys/artifacts/model/WKmsFactory.java: + New, creates WKms from wst-id and column. Does not yet fetch the + name. + + * doc/conf/cache.xml: Added cache configuration for static wkms data. + 2011-10-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> Cosmetics, docs.