Opened 15 years ago

Closed 14 years ago

#471 closed defect (duplicate)

Error when writing combined polygons to the wfs server

Reported by: saith Owned by: Christoph
Priority: major Milestone: 2.7 release
Component: digitizing Version: 2.6 rc1
Keywords: digitizing multipolygons Cc: saith

Description

When I try to save a combined polygon, an error occurred. The following text was written to the log file.


2009.05.18, 11:43:10,ERROR: Is Array? 1

2009.05.18, 11:43:10,ERROR: Type? FEATURECOLLECTION

2009.05.18, 11:43:10,ERROR: POST /geoserver/wfs/Transaction? HTTP/1.0

Host: wms1.ccgis.de Content-type: application/xml Content-length: 1290 Connection: close

<?xml version="1.0" encoding="UTF-8"?> <wfs:Transaction version="1.0.0" service="WFS" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/X MLSchema-instance" xmlns:topp="http://www.openplans.org/topp" xmlns:wfs="http://www.opengis.net/wfs" xsi:schemaLocation="http://www.opengis.net/wfs http://schem as.opengis.net/wfs/1.0.0/WFS-transaction.xsd http://www.openplans.org/topp http://wms1.ccgis.de:80/geoserver/wfs/DescribeFeatureType?typename=topp:edit_polygon"

<wfs:Insert><topp:edit_polygon><name><![CDATA[test]]></name><style><![CDATA[1]]></style><the_geom><gml:MultiPolygon srsName="EPSG:4326"><gml:polygonMember><gml

:Polygon><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>102.6,-51.4 103.5,-42.4 115.9,-41.3 123.7,-47.3 119.9,-55.7 110.1,-54.2 102.6,-51.4</gml:coordina tes></gml:LinearRing></gml:outerBoundaryIs><gml:innerBoundaryIs><gml:LinearRing><gml:coordinates>105.6,-49.8 110.3,-52.3 118.3,-52.4 115.4,-46.4 106.9,-45.2 105 .6,-49.8</gml:coordinates></gml:LinearRing></gml:innerBoundaryIs><gml:innerBoundaryIs><gml:LinearRing><gml:coordinates></gml:coordinates></gml:LinearRing></gml: innerBoundaryIs></gml:Polygon></gml:polygonMember></gml:MultiPolygon></the_geom></topp:edit_polygon></wfs:Insert></wfs:Transaction>

Change History (1)

comment:1 by christoph, 14 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.