Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <?xml version="1.0"?> <Transaction xmlns="http://www.opengis.net/wfs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml" version="1.0.0" service="WFS" xsi:schemaLocation="http://featureserver.org/fs http://0.0.0.0:6543/api/resource/5/wfs?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=DescribeFeatureType&amp;TYPENAME=testWFS&amp;SRSNAME=EPSG:3857"> <Insert xmlns="http://www.opengis.net/wfs"> <testWFS xmlns="http://featureserver.org/fs"> <geom xmlns="http://featureserver.org/fs"> <gml:MultiPolygon srsName="EPSG:3857"> <gml:polygonMember> <gml:Polygon> <gml:outerBoundaryIs> <gml:LinearRing> <gml:coordinates cs="," ts=" ">5255460.95994450058788061,7386040.97902552969753742 5193855.53337499406188726,7409143.01398909464478493 5231877.63258586172014475,7447646.40559503622353077 5255460.95994450058788061,7386040.97902552969753742</gml:coordinates> </gml:LinearRing> </gml:outerBoundaryIs> </gml:Polygon> </gml:polygonMember> </gml:MultiPolygon> </geom> </testWFS> </Insert> </Transaction>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement