Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2371:fe89d6cf55fb
Added support for official gauge numbers.
flys-backend/trunk@3464 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 19 Dec 2011 11:21:25 +0000 |
parents | 7d378970d764 |
children | 027736510a30 |
comparison
equal
deleted
inserted
replaced
2370:7d378970d764 | 2371:fe89d6cf55fb |
---|---|
1 2011-12-19 Sascha L. Teichmann <sascha.teichmann@intevation.de>: | |
2 | |
3 * src/main/java/de/intevation/flys/importer/parsers/StaFileParser.java: | |
4 Parse the official 'Pegelnummer' out of the STA files, too. | |
5 | |
6 * src/main/java/de/intevation/flys/importer/ImportGauge.java: | |
7 Adjusted import model. | |
8 | |
9 * src/main/java/de/intevation/flys/model/Gauge.java: Make the | |
10 official gauge number accessible via Hibernate. | |
11 | |
12 * doc/schema/postgresql.sql, doc/schema/oracle.sql: Added | |
13 an official_number to the gauges table. | |
14 | |
1 2011-11-30 Bjoern Schilberg <bjoern.schilberg@intevation.de>: | 15 2011-11-30 Bjoern Schilberg <bjoern.schilberg@intevation.de>: |
2 | 16 |
3 * doc/schema/oracle-spatial.sql: Adjust extent of germany to EPSG:31467 | 17 * doc/schema/oracle-spatial.sql: Adjust extent of germany to EPSG:31467 |
4 (GK3) coordinates. | 18 (GK3) coordinates. |
5 | 19 |