Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2357:2e18e12fac11
Added date guesser for WST columns.
flys-backend/trunk@3064 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 24 Oct 2011 16:48:21 +0000 |
parents | b8e01307c138 |
children | 441028ca9a28 |
comparison
equal
deleted
inserted
replaced
2356:b8e01307c138 | 2357:2e18e12fac11 |
---|---|
1 2011-10-05 Sascha L. Teichmann <sascha.teichmann@intevation.de>: | |
2 | |
3 * src/main/java/de/intevation/flys/utils/DateGuesser.java: | |
4 New. Date guesser from desktop FLYS. | |
5 | |
6 * src/main/java/de/intevation/flys/importer/parsers/WstParser.java: | |
7 Try to parse the name of a WST column as a date and store | |
8 the date into the database | |
9 | |
10 * src/main/java/de/intevation/flys/importer/ImportWstColumn.java: | |
11 Added code to store the date of the column in the database. | |
12 | |
1 2011-10-24 Bjoern Schilberg <bjoern.schilberg@intevation.de> | 13 2011-10-24 Bjoern Schilberg <bjoern.schilberg@intevation.de> |
2 | 14 |
3 * doc/schema/postgresql-spatial.sql: | 15 * doc/schema/postgresql-spatial.sql: |
4 Adjusted geometry type for floodplain and hws in AddGeometryColumn. | 16 Adjusted geometry type for floodplain and hws in AddGeometryColumn. |
5 | 17 |