mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
Fix comparison sort order for points to path test
This commit is contained in:
parent
9b6d2ebc29
commit
10789b12fc
@ -11,14 +11,6 @@
|
|||||||
</gml:Box>
|
</gml:Box>
|
||||||
</gml:boundedBy>
|
</gml:boundedBy>
|
||||||
|
|
||||||
<gml:featureMember>
|
|
||||||
<ogr:points_to_path_grouped fid="points_to_path_grouped.0">
|
|
||||||
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>1,1 5,2</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
|
||||||
<ogr:id2>2</ogr:id2>
|
|
||||||
<ogr:begin>1</ogr:begin>
|
|
||||||
<ogr:end>4</ogr:end>
|
|
||||||
</ogr:points_to_path_grouped>
|
|
||||||
</gml:featureMember>
|
|
||||||
<gml:featureMember>
|
<gml:featureMember>
|
||||||
<ogr:points_to_path_grouped fid="points_to_path_grouped.1">
|
<ogr:points_to_path_grouped fid="points_to_path_grouped.1">
|
||||||
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>2,2 0,-5 8,-1 7,-1 0,-1</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>2,2 0,-5 8,-1 7,-1 0,-1</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
||||||
@ -35,5 +27,13 @@
|
|||||||
<ogr:end>5</ogr:end>
|
<ogr:end>5</ogr:end>
|
||||||
</ogr:points_to_path_grouped>
|
</ogr:points_to_path_grouped>
|
||||||
</gml:featureMember>
|
</gml:featureMember>
|
||||||
|
<gml:featureMember>
|
||||||
|
<ogr:points_to_path_grouped fid="points_to_path_grouped.0">
|
||||||
|
<ogr:geometryProperty><gml:LineString srsName="EPSG:4326"><gml:coordinates>1,1 5,2</gml:coordinates></gml:LineString></ogr:geometryProperty>
|
||||||
|
<ogr:id2>2</ogr:id2>
|
||||||
|
<ogr:begin>1</ogr:begin>
|
||||||
|
<ogr:end>4</ogr:end>
|
||||||
|
</ogr:points_to_path_grouped>
|
||||||
|
</gml:featureMember>
|
||||||
|
|
||||||
</ogr:FeatureCollection>
|
</ogr:FeatureCollection>
|
||||||
|
|||||||
@ -1598,6 +1598,10 @@ tests:
|
|||||||
name:
|
name:
|
||||||
- expected/points_to_path_grouped.gml
|
- expected/points_to_path_grouped.gml
|
||||||
type: vector
|
type: vector
|
||||||
|
pk: id2
|
||||||
|
compare:
|
||||||
|
fields:
|
||||||
|
fid: skip
|
||||||
|
|
||||||
- algorithm: qgis:pointstopath
|
- algorithm: qgis:pointstopath
|
||||||
name: Points to path (close path)
|
name: Points to path (close path)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user