File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
python/plugins/processing/tests/testdata Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -2659,7 +2659,7 @@ tests:
2659
2659
compare :
2660
2660
ignore_crs_check : true
2661
2661
geometry :
2662
- precision : 5
2662
+ precision : 2
2663
2663
2664
2664
- algorithm : qgis:shortestpathlayertopoint
2665
2665
name : Shortest path layer to point
@@ -2684,7 +2684,7 @@ tests:
2684
2684
type : vector
2685
2685
compare :
2686
2686
geometry :
2687
- precision : 5
2687
+ precision : 2
2688
2688
2689
2689
- algorithm : qgis:shortestpathpointtolayer
2690
2690
name : Shortest path point to layer
@@ -2709,7 +2709,7 @@ tests:
2709
2709
type : vector
2710
2710
compare :
2711
2711
geometry :
2712
- precision : 5
2712
+ precision : 2
2713
2713
2714
2714
- algorithm : qgis:serviceareafrompoint
2715
2715
name : Service area (from point, shortest)
@@ -2733,7 +2733,7 @@ tests:
2733
2733
compare :
2734
2734
ignore_crs_check : true
2735
2735
geometry :
2736
- precision : 5
2736
+ precision : 2
2737
2737
2738
2738
- algorithm : qgis:serviceareafromlayer
2739
2739
name : Service area from layer
@@ -2759,7 +2759,7 @@ tests:
2759
2759
compare :
2760
2760
ignore_crs_check : true
2761
2761
geometry :
2762
- precision : 5
2762
+ precision : 2
2763
2763
pk :
2764
2764
- d
2765
2765
- type
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ QgsVectorLayerDirector::Direction QgsVectorLayerDirector::directionForFeature( c
112
112
}
113
113
}
114
114
115
+ // /@cond PRIVATE
115
116
class QgsNetworkVisitor : public SpatialIndex ::IVisitor
116
117
{
117
118
public:
@@ -133,6 +134,8 @@ class QgsNetworkVisitor : public SpatialIndex::IVisitor
133
134
QVector< int > &mPoints ;
134
135
};
135
136
137
+ // /@endcond
138
+
136
139
std::unique_ptr< SpatialIndex::ISpatialIndex > createVertexSpatialIndex ( SpatialIndex::IStorageManager &storageManager )
137
140
{
138
141
// R-Tree parameters
You can’t perform that action at this time.
0 commit comments