Mercurial > dive4elements > river
comparison flys-backend/ChangeLog @ 2804:68d1661a57cf
Added a new config option to specify a INFO.gew file by system property.
flys-backend/trunk@4182 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 29 Mar 2012 07:24:15 +0000 |
parents | cdc084071c14 |
children | a55b7b35cc3a |
comparison
equal
deleted
inserted
replaced
2803:cdc084071c14 | 2804:68d1661a57cf |
---|---|
1 2012-03-29 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/importer/Config.java: Added a config | |
4 option "flys.backend.importer.infogew.file" to set the path of an | |
5 INFO.gew file. | |
6 | |
7 * src/main/java/de/intevation/flys/importer/Importer.java: Read the path | |
8 to the INFO.gew from the new config option and try to parse it. | |
9 | |
1 2012-03-19 Ingo Weinzierl <ingo@intevation.de> | 10 2012-03-19 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * doc/schema/oracle-spatial.sql: Set the type of 'lower' and 'upper' column | 12 * doc/schema/oracle-spatial.sql: Set the type of 'lower' and 'upper' column |
4 of relation 'dem' to NUMBER(19,5). | 13 of relation 'dem' to NUMBER(19,5). |
5 | 14 |