mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Followup 29d33b4
This commit is contained in:
parent
29d33b47fe
commit
d237e27d7e
@ -2,10 +2,11 @@
|
|||||||
<GMLFeatureClass>
|
<GMLFeatureClass>
|
||||||
<Name>polys_to_lines</Name>
|
<Name>polys_to_lines</Name>
|
||||||
<ElementPath>polys_to_lines</ElementPath>
|
<ElementPath>polys_to_lines</ElementPath>
|
||||||
|
<!--LINESTRING-->
|
||||||
<GeometryType>2</GeometryType>
|
<GeometryType>2</GeometryType>
|
||||||
<SRSName>EPSG:4326</SRSName>
|
<SRSName>EPSG:4326</SRSName>
|
||||||
<DatasetSpecificInfo>
|
<DatasetSpecificInfo>
|
||||||
<FeatureCount>4</FeatureCount>
|
<FeatureCount>5</FeatureCount>
|
||||||
<ExtentXMin>0.00000</ExtentXMin>
|
<ExtentXMin>0.00000</ExtentXMin>
|
||||||
<ExtentXMax>9.00000</ExtentXMax>
|
<ExtentXMax>9.00000</ExtentXMax>
|
||||||
<ExtentYMin>-1.00000</ExtentYMin>
|
<ExtentYMin>-1.00000</ExtentYMin>
|
||||||
|
@ -25,12 +25,12 @@
|
|||||||
</ogr:polys_to_lines>
|
</ogr:polys_to_lines>
|
||||||
</gml:featureMember>
|
</gml:featureMember>
|
||||||
<gml:featureMember>
|
<gml:featureMember>
|
||||||
<ogr:polys_to_lines fid="multipolys.1">
|
<ogr:polys_to_lines fid="multipolys.2">
|
||||||
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>7,6 7,5 7,4 8,4 9,5 9,6 7,6</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>7,6 7,5 7,4 8,4 9,5 9,6 7,6</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
||||||
</ogr:polys_to_lines>
|
</ogr:polys_to_lines>
|
||||||
</gml:featureMember>
|
</gml:featureMember>
|
||||||
<gml:featureMember>
|
<gml:featureMember>
|
||||||
<ogr:polys_to_lines fid="multipolys.2">
|
<ogr:polys_to_lines fid="multipolys.3">
|
||||||
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>0,0 0,1 1,1 1,0 0,0</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>0,0 0,1 1,1 1,0 0,0</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
||||||
<ogr:Bname>Test</ogr:Bname>
|
<ogr:Bname>Test</ogr:Bname>
|
||||||
<ogr:Bintval>2</ogr:Bintval>
|
<ogr:Bintval>2</ogr:Bintval>
|
||||||
@ -38,7 +38,7 @@
|
|||||||
</ogr:polys_to_lines>
|
</ogr:polys_to_lines>
|
||||||
</gml:featureMember>
|
</gml:featureMember>
|
||||||
<gml:featureMember>
|
<gml:featureMember>
|
||||||
<ogr:polys_to_lines fid="multipolys.3">
|
<ogr:polys_to_lines fid="multipolys.4">
|
||||||
<ogr:Bname>Test</ogr:Bname>
|
<ogr:Bname>Test</ogr:Bname>
|
||||||
<ogr:Bintval>3</ogr:Bintval>
|
<ogr:Bintval>3</ogr:Bintval>
|
||||||
<ogr:Bfloatval>0</ogr:Bfloatval>
|
<ogr:Bfloatval>0</ogr:Bfloatval>
|
||||||
|
@ -148,6 +148,9 @@ tests:
|
|||||||
OUTPUT:
|
OUTPUT:
|
||||||
name: expected/polys_to_lines.gml
|
name: expected/polys_to_lines.gml
|
||||||
type: vector
|
type: vector
|
||||||
|
compare:
|
||||||
|
fields:
|
||||||
|
fid: skip
|
||||||
|
|
||||||
- algorithm: qgis:basicstatisticsfornumericfields
|
- algorithm: qgis:basicstatisticsfornumericfields
|
||||||
name: Basic statistics for numeric fields
|
name: Basic statistics for numeric fields
|
||||||
|
Loading…
x
Reference in New Issue
Block a user