QGIS/python/plugins/processing/tests/testdata/expected/PolygonDissolveTest_output.gml
Nyall Dawson 9bc61e77c7 [processing] Create vector files using default dataset/layer options
Fixes missing CRS when saving to GML (fix #14544)
2016-08-12 07:01:04 +10:00

20 lines
2.5 KiB
XML

<?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>1754260.455664067</gml:X><gml:Y>5078929.555537455</gml:Y></gml:coord>
<gml:coord><gml:X>1757399.08743356</gml:X><gml:Y>5080666.093606642</gml:Y></gml:coord>
</gml:Box>
</gml:boundedBy>
<gml:featureMember>
<ogr:PolygonDissolveTest_output fid="PolygonDissolveTest.0">
<ogr:geometryProperty><gml:MultiPolygon srsName="EPSG:3003"><gml:polygonMember><gml:Polygon><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>1755450.305822583613917,5080010.068113837391138 1755411.71608771267347,5078993.87176223937422 1754260.45566406683065,5078929.555537454783916 1754299.045398937538266,5080010.068113837391138 1754318.34026637324132,5080666.093606641516089 1755456.737445062026381,5080640.36711672693491 1756389.322704440215603,5080640.36711672693491 1756402.185949397040531,5080010.068113837391138 1755450.305822583613917,5080010.068113837391138</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs><gml:innerBoundaryIs><gml:LinearRing><gml:coordinates>1754684.94274764531292,5079585.581030257046223 1754665.647880210541189,5079263.999906335957348 1755135.156321138842031,5079263.999906335957348 1755141.587943617487326,5079643.465632563456893 1754684.94274764531292,5079585.581030257046223</gml:coordinates></gml:LinearRing></gml:innerBoundaryIs><gml:innerBoundaryIs><gml:LinearRing><gml:coordinates>1754774.985462343785912,5080447.418442373163998 1754762.122217387426645,5080260.90139049757272 1754935.776024306192994,5080254.469768019393086 1754942.207646784605458,5080402.397085024043918 1754774.985462343785912,5080447.418442373163998</gml:coordinates></gml:LinearRing></gml:innerBoundaryIs></gml:Polygon></gml:polygonMember><gml:polygonMember><gml:Polygon><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>1756337.869724612915888,5078974.576894803903997 1756402.185949397040531,5080010.068113837391138 1757399.087433559587225,5080003.636491358280182 1757289.74985142564401,5078981.008517282083631 1756337.869724612915888,5078974.576894803903997</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon></gml:polygonMember></gml:MultiPolygon></ogr:geometryProperty>
</ogr:PolygonDissolveTest_output>
</gml:featureMember>
</ogr:FeatureCollection>