Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Tue Mar 30 14:16:07 2010 +0000 +++ b/gnv-artifacts/ChangeLog Tue Mar 30 16:51:20 2010 +0000 @@ -1,3 +1,17 @@ +2010-03-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + Issue214 + + * src/main/java/de/intevation/gnv/utils/InputValidator.java: Added code for + validating polygons and linestrings. The input type needs to be 'polygon' + or 'linestring'. + + * doc/conf/products/horizontalcrosssection/conf_mesh.xml: Changed the input + type of the wkt string from 'string' to 'polygon'. + + * doc/conf/products/verticalcrosssection/conf_mesh.xml: Changed the input + type of the wkt string from 'string' to 'linestring'. + 2010-03-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> * src/main/java/de/intevation/gnv/state/ExtendedInputData.java: Added a