Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
1104:9383a4608d9f | 1105:adb52a2005e7 |
---|---|
1 2011-08-30 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a function | |
4 that extracts the SRID defined in the global configuration file for a | |
5 given river. | |
6 | |
7 * src/main/java/de/intevation/flys/artifacts/states/RiverAxisState.java: | |
8 Removed the code that extracts the river SRID - use FLYSUtils instead. | |
9 | |
1 2011-08-29 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 10 2011-08-29 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 11 |
3 Use FLYSUtils.getRiver instead of WINFOArtifact.getRiver. | 12 Use FLYSUtils.getRiver instead of WINFOArtifact.getRiver. |
4 | 13 |
5 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: | 14 * src/main/java/de/intevation/flys/exports/ChartGenerator.java: |