Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[processing] Misc fixes for network analysis tools
Also maintain attributes in service area from layer alg, add test Fixes #17325
- Loading branch information
Showing
with
68 additions
and 36 deletions.
- +22 −11 python/plugins/processing/algs/qgis/ServiceAreaFromLayer.py
- +4 −4 python/plugins/processing/algs/qgis/ServiceAreaFromPoint.py
- +3 −7 python/plugins/processing/algs/qgis/ShortestPathLayerToPoint.py
- +3 −6 python/plugins/processing/algs/qgis/ShortestPathPointToLayer.py
- +3 −5 python/plugins/processing/algs/qgis/ShortestPathPointToPoint.py
- +2 −2 python/plugins/processing/tests/testdata/expected/service_area.gml
- BIN python/plugins/processing/tests/testdata/expected/service_area_from_layer.dbf
- +1 −0 python/plugins/processing/tests/testdata/expected/service_area_from_layer.prj
- +1 −0 python/plugins/processing/tests/testdata/expected/service_area_from_layer.qpj
- BIN python/plugins/processing/tests/testdata/expected/service_area_from_layer.shp
- BIN python/plugins/processing/tests/testdata/expected/service_area_from_layer.shx
- +29 −1 python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
Binary file not shown.
Oops, something went wrong.