summaryrefslogtreecommitdiffstats
path: root/gis/pgrouting
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-14 16:02:09 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-15 21:41:38 +0700
commit4b28f8077c40d8e556297828f6c24d76f080bcc6 (patch)
tree5749afbf4513a88e52856dc53a66f2d192641e67 /gis/pgrouting
parent91938644ae6738c9bae9f927cff9fea09316e372 (diff)
downloadslackbuilds-4b28f8077c40d8e556297828f6c24d76f080bcc6.tar.gz
slackbuilds-4b28f8077c40d8e556297828f6c24d76f080bcc6.tar.xz
gis/pgrouting: Fix README.
Diffstat (limited to 'gis/pgrouting')
-rw-r--r--gis/pgrouting/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/gis/pgrouting/README b/gis/pgrouting/README
index 149c889866..484754b823 100644
--- a/gis/pgrouting/README
+++ b/gis/pgrouting/README
@@ -2,15 +2,15 @@ pgRouting extends the PostGIS / PostgreSQL geospatial database to provide
geospatial routing functionality.
The following algorithms are compiled:
-* All Pairs Shortest Path, Johnson’s Algorithm
-* All Pairs Shortest Path, Floyd-Warshall Algorithm
+* All Pairs Shortest Path, Johnson's Algorithm
+* All Pairs Shortest Path, Floyd-Warshall Algorithm
* Shortest Path A*
-* Bi-directional Dijkstra Shortest Path
-* Bi-directional A* Shortest Path
+* Bi-directional Dijkstra Shortest Path
+* Bi-directional A* Shortest Path
* Shortest Path Dijkstra
* Driving Distance
-* K-Shortest Path, Multiple Alternative Paths
-* K-Dijkstra, One to Many Shortest Path
+* K-Shortest Path, Multiple Alternative Paths
+* K-Dijkstra, One to Many Shortest Path
* Traveling Sales Person
* Turn Restriction Shortest Path