Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1845:06c157848c8f
Made the floodmap compatible with an Oracle database.
flys-artifacts/trunk@3189 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Nov 2011 10:48:51 +0000 |
parents | 06cf1009301d |
children | 6deed62a2468 |
comparison
equal
deleted
inserted
replaced
1844:06cf1009301d | 1845:06c157848c8f |
---|---|
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/mapserver/dbconnection.include: Adapted connection params for | |
4 using an oracle database. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/WMSQPSArtifact.java, | |
7 src/main/java/de/intevation/flys/artifacts/WMSKmArtifact.java, | |
8 src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.java: | |
9 Added Oracle support for Mapserver's DATA attribute. Oracle doesn't allow | |
10 a "USING UNIQUE id" string in this attribute which is required by Postgis. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/states/FloodMapState.java: | |
13 Modified the geometry type of "talaue.shp" from MultiPolygon to Polygon. | |
14 | |
15 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a function | |
16 which returns true, if the backend uses an Oracle db instance. Otherwise, | |
17 it returns false. | |
18 | |
1 2011-11-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 19 2011-11-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 20 |
3 Fix flys/issue406 (Themestyle-editor: themes for "other.wkms" and | 21 Fix flys/issue406 (Themestyle-editor: themes for "other.wkms" and |
4 "other.wqkms" missing) | 22 "other.wqkms" missing) |
5 | 23 |