...
1<?xml version="1.0" encoding="UTF-8"?>
2<wfs:FeatureCollection xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:LR="www.landregistry.gov.uk" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" numberMatched="25697" numberReturned="25697" timeStamp="2019-04-07T09:37:45.328Z" xsi:schemaLocation="http://www.opengis.net/gml/3.2 http://192.168.4.121:8080/geoserver/schemas/gml/3.2.1/gml.xsd http://www.opengis.net/wfs/2.0 http://192.168.4.121:8080/geoserver/schemas/wfs/2.0/wfs.xsd www.landregistry.gov.uk http://192.168.4.121:8080/geoserver/LR/wfs?service=WFS&version=2.0.0&request=DescribeFeatureType&typeName=LR%3APREDEFINED">
3 <gml:Polygon>
4 <gml:outerBoundaryIs>
5 <gml:LinearRing>
6 <gml:coordinates>0,0 100,0 100,100 0,100 0,0</gml:coordinates>
7 </gml:LinearRing>
8 </gml:outerBoundaryIs>
9 </gml:Polygon>
10 <gml:Point>
11 <gml:coordinates>100,200</gml:coordinates>
12 </gml:Point>
13 <gml:LineString>
14 <gml:coordinates>100,200 150,300</gml:coordinates>
15 </gml:LineString>
16</wfs:FeatureCollection>
View as plain text