[Geoserver-users] Problems with WFS-T insert

2011-08-11 Thread Hugo
: Wed, Aug 10, 2011 at 11:58 AM Subject: Problems with WFS-T insert To: geoserver-users@lists.sourceforge.net Hello all, I'm facing some problems with WFS-T insert. I'm developing an openlayers app and have 3 layers (point, multiline, multipolygon) using the WFS protocol 1.1.0. I have no problems

Re: [Geoserver-users] Problems with WFS-T insert

2011-08-11 Thread Hugo
Hello all, I was able to solve this... it was a problem on Openlayers side and not on Geoserver. I was sending polygon and linestring instead of multipolygon and multilinestring on the request sent by the openlayers client. Cheers, Hugo On Wed, Aug 10, 2011 at 11:58 AM, Hugo

Re: [Geoserver-users] Problems with WFS-T insert

2011-08-11 Thread Andrea Aime
On Thu, Aug 11, 2011 at 2:22 PM, Hugo hfpmart...@gmail.com wrote: Hello all, I was able to solve this... it was a problem on Openlayers side and not on Geoserver. I was sending polygon and linestring instead of multipolygon and multilinestring on the request sent by the openlayers client.

[Geoserver-users] Problems with WFS-T insert

2011-08-10 Thread Hugo
Hello all, I'm facing some problems with WFS-T insert. I'm developing an openlayers app and have 3 layers (point, multiline, multipolygon) using the WFS protocol 1.1.0. I have no problems with the point layer (i can make insert, delete and update of both geometry and alphanumerical data. However,