UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

38 lines (37 loc) 1.53 kB
<Transaction xmlns="http://www.opengis.net/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" service="WFS" version="1.0.0" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/wfs.xsd"> <Insert> <states xmlns="http://www.openplans.org/topp"> <the_geom> <LineString xmlns="http://www.opengis.net/gml"> <coordinates decimal="." cs="," ts=" ">1.1,2 3,4.2</coordinates> </LineString> </the_geom> <foo>bar</foo> </states> </Insert> <Update xmlns:wfs="http://www.opengis.net/wfs" typeName="topp:states" xmlns:topp="http://www.openplans.org/topp"> <Property> <Name>the_geom</Name> <Value> <LineString xmlns="http://www.opengis.net/gml"> <coordinates decimal="." cs="," ts=" ">1.1,2 3,4.2</coordinates> </LineString> </Value> </Property> <Property> <Name>foo</Name> <Value>bar</Value> </Property> <Property> <Name>nul</Name> </Property> <Filter xmlns="http://www.opengis.net/ogc"> <FeatureId fid="fid.42"/> </Filter> </Update> <Delete xmlns:wfs="http://www.opengis.net/wfs" typeName="topp:states" xmlns:topp="http://www.openplans.org/topp"> <Filter xmlns="http://www.opengis.net/ogc"> <FeatureId fid="fid.37"/> </Filter> </Delete> </Transaction>