Hola Nick : /Hi Nick : /
El mensaje de error que te bota el firebug *"Error performing insert: java.lang.String cannot be cast to com.vividsolutions.jts.geom.Geometry"* se debe a que el geoserver o las funciones del geoserver para el servicio wfs solo reconoce a los tipo de datos (TYPE) *POLYGON*, *LINESTRING *y *POINT* de la tabla geometry_columns. Si deseas poder dibujar todo tipo de geometría, deberás crear una capa *"OpenLayers.Layer.Vector"* para cada tipo de geometría. /The error message you boot the firebug * "Error performing insert: java.lang.String can not be cast to com.vividsolutions.jts.geom.Geometry" * is that the geoserver or functions of geoserver wFS service for only recognizes the data type (TYPE) * POLYGON *, * LINESTRING * and * POINT * GEOMETRY_COLUMNS table. If you want to draw all kinds of geometry, you must create a layer * "OpenLayers.Layer.Vector" * for each type of geometry./ Saludos. /Regards./ -- View this message in context: http://osgeo-org.1560.n6.nabble.com/WFS-error-performing-insert-java-lang-String-cannot-be-cast-to-com-vividsolutions-jts-geom-Geometry-tp3787417p4975204.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
