]> dev.renevier.net Git - syp.git/blob - openlayers/examples/gml/multipoint.xml
initial commit
[syp.git] / openlayers / examples / gml / multipoint.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=multipoint&amp;OUTPUTFORMAT=XMLSCHEMA">
3       <gml:boundedBy>
4         <gml:Box srsName="EPSG:4326">
5                 <gml:coordinates>0.490018,45.001795 3.016384,45.839186</gml:coordinates>
6         </gml:Box>
7       </gml:boundedBy>
8     <gml:featureMember>
9       <ms:multipoint fid="1">
10         <gml:boundedBy>
11                 <gml:Box srsName="EPSG:4326">
12                         <gml:coordinates>0.930003,45.001795 3.016384,45.541131</gml:coordinates>
13                 </gml:Box>
14         </gml:boundedBy>
15         <ms:msGeometry>
16         <gml:MultiPoint srsName="EPSG:4326">
17           <gml:pointMember>
18             <gml:Point>
19               <gml:coordinates>2.079641,45.001795</gml:coordinates>
20             </gml:Point>
21           </gml:pointMember>
22           <gml:pointMember>
23             <gml:Point>
24               <gml:coordinates>2.718330,45.541131</gml:coordinates>
25             </gml:Point>
26           </gml:pointMember>
27           <gml:pointMember>
28             <gml:Point>
29               <gml:coordinates>3.016384,45.143725</gml:coordinates>
30             </gml:Point>
31           </gml:pointMember>
32           <gml:pointMember>
33             <gml:Point>
34               <gml:coordinates>0.930003,45.001795</gml:coordinates>
35             </gml:Point>
36           </gml:pointMember>
37         </gml:MultiPoint>
38         </ms:msGeometry>
39         <ms:ogc_fid>1</ms:ogc_fid>
40         <ms:name>4 points</ms:name>
41         <ms:id>1</ms:id>
42       </ms:multipoint>
43     </gml:featureMember>
44     <gml:featureMember>
45       <ms:multipoint fid="2">
46         <gml:boundedBy>
47                 <gml:Box srsName="EPSG:4326">
48                         <gml:coordinates>0.490018,45.654676 1.157092,45.839186</gml:coordinates>
49                 </gml:Box>
50         </gml:boundedBy>
51         <ms:msGeometry>
52         <gml:MultiPoint srsName="EPSG:4326">
53           <gml:pointMember>
54             <gml:Point>
55               <gml:coordinates>0.490018,45.654676</gml:coordinates>
56             </gml:Point>
57           </gml:pointMember>
58           <gml:pointMember>
59             <gml:Point>
60               <gml:coordinates>1.157092,45.839186</gml:coordinates>
61             </gml:Point>
62           </gml:pointMember>
63         </gml:MultiPoint>
64         </ms:msGeometry>
65         <ms:ogc_fid>2</ms:ogc_fid>
66         <ms:name>2 points</ms:name>
67         <ms:id>2</ms:id>
68       </ms:multipoint>
69     </gml:featureMember>
70 </wfs:FeatureCollection>