[OpenLayers-Users] Re: WFST - Property is missing

cmre realehrlich at geod.tu-darmstadt.de
Tue Dec 6 05:04:18 EST 2011


Hi,

I found the error.
At first, OL transfer the geomtry, then all the other attributes:

<wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" service="WFS"
version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<wfs:Insert>
		<feature:Baum xmlns:feature="http://www.deegree.org/app" fid="APP_BAUM_9">
			<feature:GEOMETRY>
				<gml:MultiPoint xmlns:gml="http://www.opengis.net/gml"
srsName="EPSG:31467">
					<gml:pointMember>
						<gml:Point>
						     <gml:pos>3477205.8035714 5525250.7334184</gml:pos>
						</gml:Point>
					</gml:pointMember>
				</gml:MultiPoint>
			</feature:GEOMETRY>
			<feature:Baumart>Eiche</feature:Baumart>
			<feature:Baumalter>12</feature:Baumalter>
			<feature:Baumhoehe>12</feature:Baumhoehe>
			<feature:Stammumfang>12</feature:Stammumfang>
			<feature:Kronendurchmesser>12</feature:Kronendurchmesser>
			<feature:Zustand>sehr gut</feature:Zustand>
			<feature:Bemerkung>nix</feature:Bemerkung>
			<feature:Einfuegedatum>2011-11-28T17:56:00Z</feature:Einfuegedatum>
		</feature:Baum>
	</wfs:Insert>
</wfs:Transaction>


The order of the attributes of the OL-Request does not coincide with the
order in the WFS 


Many thanks and best regards 
cmre

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/WFST-Property-is-missing-tp7055455p7066246.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.


More information about the Users mailing list