mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-05 00:06:38 -05:00
25 lines
1.3 KiB
Plaintext
25 lines
1.3 KiB
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<ogr:FeatureCollection
|
||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation=""
|
||
|
xmlns:ogr="http://ogr.maptools.org/"
|
||
|
xmlns:gml="http://www.opengis.net/gml">
|
||
|
<gml:boundedBy>
|
||
|
<gml:Box>
|
||
|
<gml:coord><gml:X>2</gml:X><gml:Y>0</gml:Y></gml:coord>
|
||
|
<gml:coord><gml:X>11</gml:X><gml:Y>5</gml:Y></gml:coord>
|
||
|
</gml:Box>
|
||
|
</gml:boundedBy>
|
||
|
|
||
|
<gml:featureMember>
|
||
|
<ogr:lines_to_polygon fid="lines.0">
|
||
|
<ogr:geometryProperty><gml:Polygon srsName="EPSG:4326"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>6,2 9,2 9,3 11,5 6,2</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></ogr:geometryProperty>
|
||
|
</ogr:lines_to_polygon>
|
||
|
</gml:featureMember>
|
||
|
<gml:featureMember>
|
||
|
<ogr:lines_to_polygon fid="lines.2">
|
||
|
<ogr:geometryProperty><gml:Polygon srsName="EPSG:4326"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>2,0 2,2 3,2 3,3 2,0</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></ogr:geometryProperty>
|
||
|
</ogr:lines_to_polygon>
|
||
|
</gml:featureMember>
|
||
|
</ogr:FeatureCollection>
|