diff options
Diffstat (limited to 'misc/openlayers/examples/gml/multipoint.xml')
-rw-r--r-- | misc/openlayers/examples/gml/multipoint.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/misc/openlayers/examples/gml/multipoint.xml b/misc/openlayers/examples/gml/multipoint.xml new file mode 100644 index 0000000..803fd47 --- /dev/null +++ b/misc/openlayers/examples/gml/multipoint.xml @@ -0,0 +1,70 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<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&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=multipoint&OUTPUTFORMAT=XMLSCHEMA"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>0.490018,45.001795 3.016384,45.839186</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <gml:featureMember> + <ms:multipoint fid="1"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>0.930003,45.001795 3.016384,45.541131</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:MultiPoint srsName="EPSG:4326"> + <gml:pointMember> + <gml:Point> + <gml:coordinates>2.079641,45.001795</gml:coordinates> + </gml:Point> + </gml:pointMember> + <gml:pointMember> + <gml:Point> + <gml:coordinates>2.718330,45.541131</gml:coordinates> + </gml:Point> + </gml:pointMember> + <gml:pointMember> + <gml:Point> + <gml:coordinates>3.016384,45.143725</gml:coordinates> + </gml:Point> + </gml:pointMember> + <gml:pointMember> + <gml:Point> + <gml:coordinates>0.930003,45.001795</gml:coordinates> + </gml:Point> + </gml:pointMember> + </gml:MultiPoint> + </ms:msGeometry> + <ms:ogc_fid>1</ms:ogc_fid> + <ms:name>4 points</ms:name> + <ms:id>1</ms:id> + </ms:multipoint> + </gml:featureMember> + <gml:featureMember> + <ms:multipoint fid="2"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>0.490018,45.654676 1.157092,45.839186</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:MultiPoint srsName="EPSG:4326"> + <gml:pointMember> + <gml:Point> + <gml:coordinates>0.490018,45.654676</gml:coordinates> + </gml:Point> + </gml:pointMember> + <gml:pointMember> + <gml:Point> + <gml:coordinates>1.157092,45.839186</gml:coordinates> + </gml:Point> + </gml:pointMember> + </gml:MultiPoint> + </ms:msGeometry> + <ms:ogc_fid>2</ms:ogc_fid> + <ms:name>2 points</ms:name> + <ms:id>2</ms:id> + </ms:multipoint> + </gml:featureMember> +</wfs:FeatureCollection>
\ No newline at end of file |