Database Reference
In-Depth Information
The preceding code will give the following output:
id | st_astext
----+---------------------
15 | LINESTRING(4 2,4 3)
6 | LINESTRING(0 2,1 2)
7 | LINESTRING(1 2,2 2)
8 | LINESTRING(2 2,3 2)
9 | LINESTRING(3 2,4 2)
(5 rows)
id | st_astext
----+---------------------
6 | LINESTRING(0 2,1 2)
7 | LINESTRING(1 2,2 2)
8 | LINESTRING(2 2,3 2)
9 | LINESTRING(3 2,4 2)
15 | LINESTRING(4 2,4 3)
(5 rows)
Congratulations! You have just completed a route in pgRouting. The following dia-
gram illustrates the route:
Search WWH ::




Custom Search