summaryrefslogtreecommitdiff
path: root/misc/openlayers/examples/gml/point.xml
diff options
context:
space:
mode:
Diffstat (limited to 'misc/openlayers/examples/gml/point.xml')
-rw-r--r--misc/openlayers/examples/gml/point.xml42
1 files changed, 42 insertions, 0 deletions
diff --git a/misc/openlayers/examples/gml/point.xml b/misc/openlayers/examples/gml/point.xml
new file mode 100644
index 0000000..10a4820
--- /dev/null
+++ b/misc/openlayers/examples/gml/point.xml
@@ -0,0 +1,42 @@
+<?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&amp;VERSION=1.0.0&amp;REQUEST=DescribeFeatureType&amp;TYPENAME=point&amp;OUTPUTFORMAT=XMLSCHEMA">
+ <gml:boundedBy>
+ <gml:Box srsName="EPSG:4326">
+ <gml:coordinates>-0.608315,44.857522 -0.021418,45.477577</gml:coordinates>
+ </gml:Box>
+ </gml:boundedBy>
+ <gml:featureMember>
+ <ms:point fid="1">
+ <gml:boundedBy>
+ <gml:Box srsName="EPSG:4326">
+ <gml:coordinates>-0.608315,44.857522 -0.608315,44.857522</gml:coordinates>
+ </gml:Box>
+ </gml:boundedBy>
+ <ms:msGeometry>
+ <gml:Point srsName="EPSG:4326">
+ <gml:coordinates>-0.608315,44.857522</gml:coordinates>
+ </gml:Point>
+ </ms:msGeometry>
+ <ms:ogc_fid>1</ms:ogc_fid>
+ <ms:name>Bordeaux</ms:name>
+ <ms:id>124</ms:id>
+ </ms:point>
+ </gml:featureMember>
+ <gml:featureMember>
+ <ms:point fid="2">
+ <gml:boundedBy>
+ <gml:Box srsName="EPSG:4326">
+ <gml:coordinates>-0.021418,45.477577 -0.021418,45.477577</gml:coordinates>
+ </gml:Box>
+ </gml:boundedBy>
+ <ms:msGeometry>
+ <gml:Point srsName="EPSG:4326">
+ <gml:coordinates>-0.021418,45.477577</gml:coordinates>
+ </gml:Point>
+ </ms:msGeometry>
+ <ms:ogc_fid>2</ms:ogc_fid>
+ <ms:name>Barbezieux</ms:name>
+ <ms:id>0</ms:id>
+ </ms:point>
+ </gml:featureMember>
+</wfs:FeatureCollection> \ No newline at end of file