Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 787:6cd8492019d8
Validate wkt string and display error messages if the validation failed (issue214).
gnv-artifacts/trunk@869 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 30 Mar 2010 16:51:20 +0000 |
parents | c907636c0288 |
children | e8a9e84a0328 |
comparison
equal
deleted
inserted
replaced
786:c907636c0288 | 787:6cd8492019d8 |
---|---|
1 2010-03-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue214 | |
4 | |
5 * src/main/java/de/intevation/gnv/utils/InputValidator.java: Added code for | |
6 validating polygons and linestrings. The input type needs to be 'polygon' | |
7 or 'linestring'. | |
8 | |
9 * doc/conf/products/horizontalcrosssection/conf_mesh.xml: Changed the input | |
10 type of the wkt string from 'string' to 'polygon'. | |
11 | |
12 * doc/conf/products/verticalcrosssection/conf_mesh.xml: Changed the input | |
13 type of the wkt string from 'string' to 'linestring'. | |
14 | |
1 2010-03-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 15 2010-03-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/gnv/state/ExtendedInputData.java: Added a | 17 * src/main/java/de/intevation/gnv/state/ExtendedInputData.java: Added a |
4 method splitParameter() to retrieve the parameter ids as array (analog to | 18 method splitParameter() to retrieve the parameter ids as array (analog to |
5 splitValue() in DefaultInputData). | 19 splitValue() in DefaultInputData). |