2 Commits

Author SHA1 Message Date
landry
b281b80dc3 Enable the regress test like its done for postgis (prompted by zhuk@,
thanks!) - fix RDEP while here, postgis is needed at runtime.
2014-12-19 21:16:55 +00:00
landry
6f94030683 Import pgrouting 2.0.0
pgRouting extends the PostGIS / PostgreSQL geospatial database to provide
geospatial routing functionality.

Advantages of the database routing approach are:

* Data and attributes can be modified by many clients, like QGIS and
  uDig through JDBC, ODBC, or directly using Pl/pgSQL. The clients can
  either be PCs or mobile devices.
* Data changes can be reflected instantaneously through the routing
  engine. There is no need for precalculation.
* The "cost" parameter can be dynamically calculated through SQL and its
  value can come from multiple fields or tables.

ok sthen@
2014-12-16 21:34:35 +00:00