Organize tests
This commit is contained in:
23
test/browser/spec/ol/format/wfs/TransactionUpdate.xml
Normal file
23
test/browser/spec/ol/format/wfs/TransactionUpdate.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Transaction xmlns="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">
|
||||
<Update typeName="foo:FAULTS" xmlns:foo="http://foo">
|
||||
<Property>
|
||||
<Name>the_geom</Name>
|
||||
<Value><MultiLineString xmlns="http://www.opengis.net/gml" srsName="EPSG:900913">
|
||||
<lineStringMember>
|
||||
<LineString srsName="EPSG:900913">
|
||||
<posList srsDimension="2">-12279454 6741885 -12064207
|
||||
6732101 -11941908 6595126
|
||||
-12240318 6507071 -12416429
|
||||
6604910</posList>
|
||||
</LineString>
|
||||
</lineStringMember>
|
||||
</MultiLineString></Value>
|
||||
</Property>
|
||||
<Filter xmlns="http://www.opengis.net/ogc">
|
||||
<FeatureId fid="FAULTS.4455"/>
|
||||
</Filter>
|
||||
</Update>
|
||||
</Transaction>
|
||||
Reference in New Issue
Block a user