]> dev.renevier.net Git - syp.git/blob - openlayers/examples/gml/point.xml
initial commit
[syp.git] / openlayers / examples / gml / point.xml
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <wfs:FeatureCollection xmlns:ms="http://mapserver.gis.umn.edu/mapserver" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd                         http://mapserver.gis.umn.edu/mapserver http://aneto.oco/cgi-bin/worldwfs?SERVICE=WFS&amp;VERSION=1.0.0&amp;REQUEST=DescribeFeatureType&amp;TYPENAME=point&amp;OUTPUTFORMAT=XMLSCHEMA">
3       <gml:boundedBy>
4         <gml:Box srsName="EPSG:4326">
5                 <gml:coordinates>-0.608315,44.857522 -0.021418,45.477577</gml:coordinates>
6         </gml:Box>
7       </gml:boundedBy>
8     <gml:featureMember>
9       <ms:point fid="1">
10         <gml:boundedBy>
11                 <gml:Box srsName="EPSG:4326">
12                         <gml:coordinates>-0.608315,44.857522 -0.608315,44.857522</gml:coordinates>
13                 </gml:Box>
14         </gml:boundedBy>
15         <ms:msGeometry>
16         <gml:Point srsName="EPSG:4326">
17           <gml:coordinates>-0.608315,44.857522</gml:coordinates>
18         </gml:Point>
19         </ms:msGeometry>
20         <ms:ogc_fid>1</ms:ogc_fid>
21         <ms:name>Bordeaux</ms:name>
22         <ms:id>124</ms:id>
23       </ms:point>
24     </gml:featureMember>
25     <gml:featureMember>
26       <ms:point fid="2">
27         <gml:boundedBy>
28                 <gml:Box srsName="EPSG:4326">
29                         <gml:coordinates>-0.021418,45.477577 -0.021418,45.477577</gml:coordinates>
30                 </gml:Box>
31         </gml:boundedBy>
32         <ms:msGeometry>
33         <gml:Point srsName="EPSG:4326">
34           <gml:coordinates>-0.021418,45.477577</gml:coordinates>
35         </gml:Point>
36         </ms:msGeometry>
37         <ms:ogc_fid>2</ms:ogc_fid>
38         <ms:name>Barbezieux</ms:name>
39         <ms:id>0</ms:id>
40       </ms:point>
41     </gml:featureMember>
42 </wfs:FeatureCollection>