Skip to content

Instantly share code, notes, and snippets.

@markgis
Created May 7, 2020 13:13
Show Gist options
  • Save markgis/e67f901cf7c443e242627207206033a5 to your computer and use it in GitHub Desktop.
Save markgis/e67f901cf7c443e242627207206033a5 to your computer and use it in GitHub Desktop.
WFS return example
<wfs:member>
<inspire:public_rights_of_ways gml:id="public_rights_of_ways.fid-3456fdf5_171eeca3e0c_1955">
<gml:description>Llwybr troed / Footpath</gml:description>
<gml:boundedBy>
<gml:Envelope srsDimension="2" srsName="urn:ogc:def:crs:EPSG::27700">
<gml:lowerCorner>323812.7743896264 218788.65165482444</gml:lowerCorner>
<gml:upperCorner>324297.22944474395 218957.2134045252</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<inspire:ogc_fid>1429</inspire:ogc_fid>
<inspire:row_code>38/10/1</inspire:row_code>
<inspire:status>1</inspire:status>
<inspire:length_kilometres>0.6063673028509282</inspire:length_kilometres>
<inspire:wkb_geometry>
<gml:MultiCurve srsDimension="2" srsName="urn:ogc:def:crs:EPSG::27700">
<gml:curveMember>
<gml:LineString srsDimension="2">
<gml:posList>
323812.7743896264 218957.2134045252 323829.1903062787 218947.16628048464 323842.506079957 218940.96805470902 323856.91020170064 218931.72070173547 323872.38618138735 218922.03347467468 323890.4758454432 218908.14744950878 323905.6714930525 218894.65131273854 323920.8506505397 218881.3851101502 323941.2241965205 218867.58905922715 323960.64131541364 218854.7727278638 323972.6461243768 218845.17547504813 323980.6108534005 218833.0089576792 323991.8900969868 218830.04980472714 324018.3155178158 218827.66048866184 324045.5901799383 218824.44141011382 324062.5750058066 218823.1317849905 324071.52089710126 218826.0009636971 324079.6340372247 218834.84843113413 324083.27010917035 218844.38570111903 324090.31963641173 218848.0746451706 324102.4398762304 218850.86384677002 324108.4010554065 218839.53708902013 324119.70503417606 218816.9235620752 324130.94305245695 218814.9441286823 324149.4449695678 218830.65963016578 324167.1388706907 218846.70503721677 324177.5936081669 218855.90240449825 324186.67142043926 218855.7924359757 324200.77047492214 218838.60735515476 324209.21341748966 218830.0697990039 324217.4254983464 218819.37286097184 324234.57522543665 218796.5993798115 324242.12770140526 218791.5608220849 324253.5141307859 218789.3314602318 324273.07966077887 218788.65165482444 324297.22944474395 218788.85159759206
</gml:posList>
</gml:LineString>
</gml:curveMember>
</gml:MultiCurve>
</inspire:wkb_geometry>
</inspire:public_rights_of_ways>
</wfs:member>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment