|
On 01/30/2013 10:16 PM, 杨华杰 wrote:
org.geoserver.wfs.WFSException: Error performing insert: java.lang.String cannot be cast to com.vividsolutions.jts.geom.Geometry That line is the key to determining what went wrong. You have a string representation of a geometry that is unparsable by the WFS server. The error message doesn't give any more details than that unfortunately. However, since you are using Geoserver, if you have admin access to the server, you can change the logging to GeoTools Developer logging and get as much detail as possible. Just make sure and NEVER EVER leave the server in that logging mode in a production machine. Hope that helps Matt Priour |
_______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
