Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 1105:adb52a2005e7
Moved code to extract the river srid defined in the global configuration into FLYSUtils.
flys-artifacts/trunk@2608 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 30 Aug 2011 08:09:52 +0000 |
parents | 9383a4608d9f |
children | e9f66d63bdd0 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Mon Aug 29 09:26:56 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Aug 30 08:09:52 2011 +0000 @@ -1,3 +1,12 @@ +2011-08-30 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a function + that extracts the SRID defined in the global configuration file for a + given river. + + * src/main/java/de/intevation/flys/artifacts/states/RiverAxisState.java: + Removed the code that extracts the river SRID - use FLYSUtils instead. + 2011-08-29 Felix Wolfsteller <felix.wolfsteller@intevation.de> Use FLYSUtils.getRiver instead of WINFOArtifact.getRiver.