Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1,087 additions
and 5 deletions.
- +1 −0 images/images.qrc
- +798 −0 images/themes/default/algorithms/mAlgorithmNetworkAnalysis.svg
- +2 −2 python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
- +8 −0 python/plugins/processing/algs/qgis/ShortestPathPointToPoint.py
- +3 −3 python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
- +1 −0 src/analysis/CMakeLists.txt
- +215 −0 src/analysis/processing/qgsalgorithmshortestpathpointtopoint.cpp
- +57 −0 src/analysis/processing/qgsalgorithmshortestpathpointtopoint.h
- +2 −0 src/analysis/processing/qgsnativealgorithms.cpp
Oops, something went wrong.