|
| 1 | +Content-Type: text/xml; subtype="gml/3.2.1"; charset=UTF-8 |
| 2 | + |
| 3 | +<?xml version='1.0' encoding="UTF-8" ?> |
| 4 | +<wfs:FeatureCollection |
| 5 | + xmlns:ms="http://mapserver.gis.umn.edu/mapserver" |
| 6 | + xmlns:gml="http://www.opengis.net/gml/3.2" |
| 7 | + xmlns:wfs="http://www.opengis.net/wfs/2.0" |
| 8 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 9 | + xsi:schemaLocation="http://mapserver.gis.umn.edu/mapserver http://localhost/path/to/wfs_simple?SERVICE=WFS&VERSION=2.0.0&REQUEST=DescribeFeatureType&TYPENAME=popplace&OUTPUTFORMAT=application%2Fgml%2Bxml%3B%20version%3D3.2 http://www.opengis.net/wfs/2.0 http://ogc.dmsolutions.ca/wfs/2.0/wfs.xsd http://www.opengis.net/gml/3.2 http://ogc.dmsolutions.ca/gml/3.2.1/gml.xsd" |
| 10 | + timeStamp="" numberMatched="1" numberReturned="1"> |
| 11 | + <wfs:boundedBy> |
| 12 | + <gml:Envelope srsName="urn:ogc:def:crs:EPSG::4326"> |
| 13 | + <gml:lowerCorner>44.61104 -65.81602</gml:lowerCorner> |
| 14 | + <gml:upperCorner>44.61104 -65.81602</gml:upperCorner> |
| 15 | + </gml:Envelope> |
| 16 | + </wfs:boundedBy> |
| 17 | +<!-- WARNING: No featureid defined for typename 'popplace'. Output will not validate. --> |
| 18 | + <wfs:member> |
| 19 | + <ms:popplace> |
| 20 | + <gml:boundedBy> |
| 21 | + <gml:Envelope srsName="urn:ogc:def:crs:EPSG::4326"> |
| 22 | + <gml:lowerCorner>44.61104 -65.81602</gml:lowerCorner> |
| 23 | + <gml:upperCorner>44.61104 -65.81602</gml:upperCorner> |
| 24 | + </gml:Envelope> |
| 25 | + </gml:boundedBy> |
| 26 | + <ms:msGeometry> |
| 27 | + <gml:Point gml:id=".1" srsName="urn:ogc:def:crs:EPSG::4326"> |
| 28 | + <gml:pos>44.61104 -65.81602</gml:pos> |
| 29 | + </gml:Point> |
| 30 | + </ms:msGeometry> |
| 31 | + <ms:AREA>0.000</ms:AREA> |
| 32 | + <ms:PERIMETER>0.000</ms:PERIMETER> |
| 33 | + <ms:POPPLACE_>118</ms:POPPLACE_> |
| 34 | + <ms:POPPLACE_I>2</ms:POPPLACE_I> |
| 35 | + <ms:UNIQUE_KEY>CAJOA</ms:UNIQUE_KEY> |
| 36 | + <ms:NAME>Digby</ms:NAME> |
| 37 | + <ms:NAME_E></ms:NAME_E> |
| 38 | + <ms:NAME_F></ms:NAME_F> |
| 39 | + <ms:UNIQUE_K_1></ms:UNIQUE_K_1> |
| 40 | + <ms:UNIQUE_K_2></ms:UNIQUE_K_2> |
| 41 | + <ms:REG_CODE>12</ms:REG_CODE> |
| 42 | + <ms:NTS50>021A12</ms:NTS50> |
| 43 | + <ms:LAT>443700</ms:LAT> |
| 44 | + <ms:LONG>654600</ms:LONG> |
| 45 | + <ms:SGC_CODE>1203006</ms:SGC_CODE> |
| 46 | + <ms:CAPITAL>0</ms:CAPITAL> |
| 47 | + <ms:POP_RANGE>2</ms:POP_RANGE> |
| 48 | + </ms:popplace> |
| 49 | + </wfs:member> |
| 50 | +</wfs:FeatureCollection> |
| 51 | + |
0 commit comments