diff options
Diffstat (limited to 'misc/openlayers/examples/gml')
-rw-r--r-- | misc/openlayers/examples/gml/line.xml | 42 | ||||
-rw-r--r-- | misc/openlayers/examples/gml/multipoint.xml | 70 | ||||
-rw-r--r-- | misc/openlayers/examples/gml/multipolygon.xml | 106 | ||||
-rw-r--r-- | misc/openlayers/examples/gml/owls.xml | 156 | ||||
-rw-r--r-- | misc/openlayers/examples/gml/point.xml | 42 | ||||
-rw-r--r-- | misc/openlayers/examples/gml/polygon.xml | 89 |
6 files changed, 505 insertions, 0 deletions
diff --git a/misc/openlayers/examples/gml/line.xml b/misc/openlayers/examples/gml/line.xml new file mode 100644 index 0000000..4f42499 --- /dev/null +++ b/misc/openlayers/examples/gml/line.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&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=line&OUTPUTFORMAT=XMLSCHEMA"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-3.924027,46.037889 2.193186,47.897181</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <gml:featureMember> + <ms:line fid="1"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-0.631235,46.037889 2.193186,46.704963</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:LineString srsName="EPSG:4326"> + <gml:coordinates>-0.631235,46.307557 -0.262215,46.577225 0.106805,46.477874 0.220349,46.293364 0.475824,46.406909 0.887424,46.350136 1.029354,46.563032 1.213864,46.648191 1.526112,46.421102 1.795780,46.066275 2.108028,46.037889 2.178993,46.250785 2.193186,46.492067 2.193186,46.492067 2.051255,46.704963 2.051255,46.704963 </gml:coordinates> + </gml:LineString> + </ms:msGeometry> + <ms:ogc_fid>1</ms:ogc_fid> + <ms:name/> + <ms:id>0</ms:id> + </ms:line> + </gml:featureMember> + <gml:featureMember> + <ms:line fid="2"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-3.924027,46.279171 -1.127992,47.897181</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:LineString srsName="EPSG:4326"> + <gml:coordinates>-1.127992,46.279171 -1.369275,46.364329 -1.624750,46.406909 -1.866032,46.492067 -1.993770,46.704963 -2.178280,46.846894 -1.979577,47.059790 -2.164087,47.144948 -2.135700,47.215914 -2.093121,47.357844 -2.277631,47.258493 -2.391176,47.301072 -2.490527,47.315265 -2.476334,47.443003 -2.575686,47.599127 -2.703423,47.542354 -2.873740,47.471389 -3.285339,47.670092 -3.597587,47.769443 -3.824676,47.840409 -3.924027,47.897181 </gml:coordinates> + </gml:LineString> + </ms:msGeometry> + <ms:ogc_fid>2</ms:ogc_fid> + <ms:name/> + <ms:id>0</ms:id> + </ms:line> + </gml:featureMember> +</wfs:FeatureCollection>
\ No newline at end of file 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 diff --git a/misc/openlayers/examples/gml/multipolygon.xml b/misc/openlayers/examples/gml/multipolygon.xml new file mode 100644 index 0000000..bcdb39e --- /dev/null +++ b/misc/openlayers/examples/gml/multipolygon.xml @@ -0,0 +1,106 @@ +<?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=multipolygon&OUTPUTFORMAT=XMLSCHEMA"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-1.738295,46.307557 3.754424,47.244300</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <gml:featureMember> + <ms:multipolygon fid="1"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-1.738295,46.605612 1.767394,47.244300</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:MultiPolygon srsName="EPSG:4326"> + <gml:polygonMember> + <gml:Polygon> + <gml:outerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>1.313216,46.690770 1.000968,46.861087 0.887424,47.059790 1.142899,47.244300 1.355795,47.244300 1.554498,47.017211 1.710622,47.059790 1.767394,46.747542 1.313216,46.690770 1.313216,46.690770 </gml:coordinates> + </gml:LinearRing> + </gml:outerBoundaryIs> + </gml:Polygon> + </gml:polygonMember> + <gml:polygonMember> + <gml:Polygon> + <gml:outerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>0.731300,46.605612 -0.191250,46.704963 -0.191250,46.846894 0.177770,46.988824 0.447438,46.960438 0.589369,46.804315 0.688721,46.832701 0.731300,46.605612 0.731300,46.605612 </gml:coordinates> + </gml:LinearRing> + </gml:outerBoundaryIs> + </gml:Polygon> + </gml:polygonMember> + <gml:polygonMember> + <gml:Polygon> + <gml:outerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>-1.610557,46.733349 -1.184765,46.704963 -1.198958,46.704963 -0.943483,46.619805 -0.915096,46.818508 -0.659621,46.775928 -0.688007,47.017211 -0.943483,47.003018 -1.127992,47.088176 -1.397661,47.102369 -1.624750,47.073983 -1.738295,46.917859 -1.610557,46.733349 </gml:coordinates> + </gml:LinearRing> + </gml:outerBoundaryIs> + </gml:Polygon> + </gml:polygonMember> + </gml:MultiPolygon> + </ms:msGeometry> + <ms:ogc_fid>1</ms:ogc_fid> + <ms:name>My first Multipolygon</ms:name> + <ms:id>0</ms:id> + </ms:multipolygon> + </gml:featureMember> + <gml:featureMember> + <ms:multipolygon fid="2"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>2.789295,46.392716 3.754424,46.903666</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:Polygon srsName="EPSG:4326"> + <gml:outerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>2.959612,46.392716 2.789295,46.775928 3.172508,46.903666 3.498949,46.903666 3.498949,46.662384 3.754424,46.563032 2.959612,46.392716 </gml:coordinates> + </gml:LinearRing> + </gml:outerBoundaryIs> + </gml:Polygon> + </ms:msGeometry> + <ms:ogc_fid>2</ms:ogc_fid> + <ms:name>My second Multipolygon</ms:name> + <ms:id>0</ms:id> + </ms:multipolygon> + </gml:featureMember> + <gml:featureMember> + <ms:multipolygon fid="3"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>2.207379,46.307557 2.803488,47.045597</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:MultiPolygon srsName="EPSG:4326"> + <gml:polygonMember> + <gml:Polygon> + <gml:outerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>2.292538,46.804315 2.207379,47.017211 2.391889,47.045597 2.562206,46.832701 2.292538,46.804315 </gml:coordinates> + </gml:LinearRing> + </gml:outerBoundaryIs> + </gml:Polygon> + </gml:polygonMember> + <gml:polygonMember> + <gml:Polygon> + <gml:outerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>2.789295,46.307557 2.789295,46.307557 2.803488,46.506260 2.618978,46.676577 2.349310,46.633998 2.448661,46.392716 2.789295,46.307557 </gml:coordinates> + </gml:LinearRing> + </gml:outerBoundaryIs> + </gml:Polygon> + </gml:polygonMember> + </gml:MultiPolygon> + </ms:msGeometry> + <ms:ogc_fid>3</ms:ogc_fid> + <ms:name>My third Multipolygon</ms:name> + <ms:id>0</ms:id> + </ms:multipolygon> + </gml:featureMember> +</wfs:FeatureCollection>
\ No newline at end of file diff --git a/misc/openlayers/examples/gml/owls.xml b/misc/openlayers/examples/gml/owls.xml new file mode 100644 index 0000000..4a001ec --- /dev/null +++ b/misc/openlayers/examples/gml/owls.xml @@ -0,0 +1,156 @@ +<?xml version='1.0' encoding="ISO-8859-1" ?> +<wfs:FeatureCollection + xmlns:bsc="http://www.bsc-eoc.org/bsc" + 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.opengeospatial.net//wfs/1.0.0/WFS-basic.xsd + http://www.bsc-eoc.org/bsc http://www.bsc-eoc.org/cgi-bin/bsc_ows.asp?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=OWLS&OUTPUTFORMAT=XMLSCHEMA"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-89.817223,45.005555 -74.755001,51.701388</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <gml:featureMember><bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-79.771668,45.891110 -79.771668,45.891110</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-79.771668,45.891110</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> + <gml:featureMember> + <bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-83.755834,46.365277 -83.755834,46.365277</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:owlname>owl</bsc:owlname> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-83.755834,46.365277</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> + <gml:featureMember> + <bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-83.808612,46.175277 -83.808612,46.175277</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-83.808612,46.175277</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> + <gml:featureMember> + <bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-84.111112,46.309166 -84.111112,46.309166</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-84.111112,46.309166</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> + <gml:featureMember> + <bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-83.678612,46.821110 -83.678612,46.821110</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-83.678612,46.821110</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> + <gml:featureMember> + <bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-83.664445,46.518888 -83.664445,46.518888</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-83.664445,46.518888</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> + <gml:featureMember> + <bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-80.613334,46.730277 -80.613334,46.730277</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-80.613334,46.730277</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> + <gml:featureMember> + <bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-79.676946,45.428054 -79.676946,45.428054</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-79.676946,45.428054</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> + <gml:featureMember> + <bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-83.853056,46.236944 -83.853056,46.236944</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-83.853056,46.236944</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> + <gml:featureMember> + <bsc:OWLS> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-82.289167,45.896388 -82.289167,45.896388</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <bsc:msGeometry> + <gml:Point srsName="EPSG:4326"> + <gml:coordinates>-82.289167,45.896388</gml:coordinates> + </gml:Point> + </bsc:msGeometry> + </bsc:OWLS> + </gml:featureMember> +</wfs:FeatureCollection> + 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&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=point&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 diff --git a/misc/openlayers/examples/gml/polygon.xml b/misc/openlayers/examples/gml/polygon.xml new file mode 100644 index 0000000..e4f6903 --- /dev/null +++ b/misc/openlayers/examples/gml/polygon.xml @@ -0,0 +1,89 @@ +<?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=polygon&OUTPUTFORMAT=XMLSCHEMA"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-0.768746,47.003018 3.002191,47.925567</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <gml:featureMember> + <ms:polygon fid="1"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>-0.768746,47.003018 0.532597,47.925567</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:MultiPolygon srsName="EPSG:4326"> + <gml:polygonMember> + <gml:Polygon> + <gml:outerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>-0.318987,47.003018 -0.768746,47.358268 -0.574463,47.684285 -0.347374,47.854602 -0.006740,47.925567 0.135191,47.726864 0.149384,47.599127 0.419052,47.670092 0.532597,47.428810 0.305508,47.443003 0.475824,47.144948 0.064225,47.201721 -0.318987,47.003018 </gml:coordinates> + </gml:LinearRing> + </gml:outerBoundaryIs> + <gml:innerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>-0.035126,47.485582 -0.035126,47.485582 -0.049319,47.641706 -0.233829,47.655899 -0.375760,47.457196 -0.276408,47.286879 -0.035126,47.485582 </gml:coordinates> + </gml:LinearRing> + </gml:innerBoundaryIs> + </gml:Polygon> + </gml:polygonMember> + </gml:MultiPolygon> + </ms:msGeometry> + <ms:ogc_fid>1</ms:ogc_fid> + <ms:name>My Polygon with hole</ms:name> + <ms:id>0</ms:id> + </ms:polygon> + </gml:featureMember> + <gml:featureMember> + <ms:polygon fid="2"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>1.511919,47.088176 3.002191,47.882988</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:Polygon srsName="EPSG:4326"> + <gml:outerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>1.625463,47.357844 1.511919,47.741057 1.880938,47.882988 2.420275,47.797830 2.789295,47.485582 3.002191,47.457196 2.874453,47.088176 2.178993,47.343651 1.625463,47.357844 </gml:coordinates> + </gml:LinearRing> + </gml:outerBoundaryIs> + </gml:Polygon> + </ms:msGeometry> + <ms:ogc_fid>2</ms:ogc_fid> + <ms:name>My simple Polygon</ms:name> + <ms:id>0</ms:id> + </ms:polygon> + </gml:featureMember> + <gml:featureMember> + <ms:polygon fid="3"> + <gml:boundedBy> + <gml:Box srsName="EPSG:4326"> + <gml:coordinates>0.000000,45.000000 2.000000,47.000000</gml:coordinates> + </gml:Box> + </gml:boundedBy> + <ms:msGeometry> + <gml:MultiPolygon srsName="EPSG:4326"> + <gml:polygonMember> + <gml:Polygon> + <gml:outerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>0.000000,45.000000 2.000000,45.000000 2.000000,47.000000 0.000000,47.000000 0.000000,45.000000 </gml:coordinates> + </gml:LinearRing> + </gml:outerBoundaryIs> + <gml:innerBoundaryIs> + <gml:LinearRing> + <gml:coordinates>0.500000,45.500000 1.500000,45.500000 1.500000,46.500000 0.500000,46.500000 0.500000,45.500000 </gml:coordinates> + </gml:LinearRing> + </gml:innerBoundaryIs> + </gml:Polygon> + </gml:polygonMember> + </gml:MultiPolygon> + </ms:msGeometry> + <ms:ogc_fid>3</ms:ogc_fid> + <ms:name>my polygon with hole</ms:name> + <ms:id>3</ms:id> + </ms:polygon> + </gml:featureMember> +</wfs:FeatureCollection>
\ No newline at end of file |