File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ PgRouting Layer is a plugin for QGIS that serves as a GUI for pgRouting - a popu
1313
1414## What this plugin currently does
1515
16- Please check the pgRouting documentation for detailed descriptons : [ http://docs .pgrouting.org ] ( http://docs .pgrouting.org )
16+ Please check plugin documentation for detailed descriptions : [ http://qgis .pgrouting.org ] ( http://qgis .pgrouting.org )
1717
1818pgRoutingLayer currently supports the following functions:
1919
@@ -27,6 +27,8 @@ pgRoutingLayer currently supports the following functions:
2727- ` pgr_dijkstraCost `
2828- ` pgr_KSP `
2929
30+ Functions detailed descriptions: [ http://docs.pgrouting.org ] ( http://docs.pgrouting.org )
31+
3032
3133## License
3234
Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ pgRoutingLayer is a plugin for QGIS that serves as a GUI for pgRouting - a popul
1818pgRoutingLayer currently supports the following functions:
1919
2020- [ pgr_dijkstra] ( functions/pgr_dijkstra.md )
21+ - [ pgr_aStar] ( functions/pgr_aStar.md )
22+ - [ pgr_astarCost] ( functions/pgr_astarCost.md )
23+ - [ pgr_bdAstar] ( functions/pgr_bdAstar.md )
24+ - [ pgr_bdAstarCost] ( functions/pgr_bdAstar.md )
25+ - [ pgr_bdDijkstra] ( functions/pgr_bdDijkstra.md )
26+ - [ pgr_bdDijkstraCost] ( functions/pgr_bdDijkstraCost.md )
27+ - [ pgr_djikstra] ( functions/pgr_dijkstra.md )
28+ - [ pgr_djikstraCost] ( functions/pgr_dijkstraCost.md )
29+ - [ pgr_KSP] ( functions/pgr_KSP.md )
2130
2231Please check the pgRouting documentation for detailed descriptons: [ https://docs.pgrouting.org ] ( https://docs.pgrouting.org )
2332
You can’t perform that action at this time.
0 commit comments