Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 1237:774dff3ee546
Added relation and hibernate classes for floodplains (german 'Talaue').
flys-backend/trunk@2615 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 31 Aug 2011 08:50:20 +0000 |
parents | 324cb486db9f |
children | 35740d675866 |
comparison
equal
deleted
inserted
replaced
1236:324cb486db9f | 1237:774dff3ee546 |
---|---|
1 2011-08-31 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/schema/postgresql-spatial.sql: New relation for floodplains (german | |
4 "Talaue"). | |
5 | |
6 * src/main/java/de/intevation/flys/model/Floodplain.java: New. Model class | |
7 that represents a floodplain. | |
8 | |
9 * src/main/java/de/intevation/flys/backend/SessionFactoryProvider.java: | |
10 Registered the Floodplain mapping. | |
11 | |
1 2011-08-31 Ingo Weinzierl <ingo@intevation.de> | 12 2011-08-31 Ingo Weinzierl <ingo@intevation.de> |
2 | 13 |
3 * doc/schema/postgresql-spatial.sql: Added a relation for DGMs. Note, that | 14 * doc/schema/postgresql-spatial.sql: Added a relation for DGMs. Note, that |
4 no data of the DGM is stored in this relation, but only the file path to | 15 no data of the DGM is stored in this relation, but only the file path to |
5 the DGM file. | 16 the DGM file. |