[OpenLayers-Commits] r1998 - sandbox/vector/examples/geometry_testcase
commits at openlayers.org
commits at openlayers.org
Mon Dec 4 08:57:06 EST 2006
Author: pgiraud
Date: 2006-12-04 08:57:06 -0500 (Mon, 04 Dec 2006)
New Revision: 1998
Modified:
sandbox/vector/examples/geometry_testcase/polygon.xml
Log:
new polygon with hole for tests
Modified: sandbox/vector/examples/geometry_testcase/polygon.xml
===================================================================
--- sandbox/vector/examples/geometry_testcase/polygon.xml 2006-12-04 13:29:40 UTC (rev 1997)
+++ sandbox/vector/examples/geometry_testcase/polygon.xml 2006-12-04 13:57:06 UTC (rev 1998)
@@ -56,4 +56,34 @@
<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
More information about the Commits
mailing list