Advertisement
Guest User

Untitled

a guest
May 4th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. <wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" service="WFS" version="1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">
  2. <wfs:Update typeName="feature:itsme" xmlns:feature="http://iran.me">
  3. <wfs:Property>
  4. <wfs:Name>the_geom</wfs:Name>
  5. <wfs:Value>
  6. <gml:Point xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:4326">
  7. <gml:pos>49.02405689339376 34.858924130844805</gml:pos>
  8. </gml:Point>
  9. </wfs:Value>
  10. </wfs:Property>
  11. <wfs:Property>
  12. <wfs:Name>name</wfs:Name>
  13. <wfs:Value>Salam Bar Hossein</wfs:Value>
  14. </wfs:Property>
  15. <ogc:Filter xmlns:ogc="http://www.opengis.net/ogc">
  16. <ogc:FeatureId fid="point.3"/>
  17. </ogc:Filter>
  18. </wfs:Update>
  19. </wfs:Transaction>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement