forked from pgRouting/pgrouting
-
Notifications
You must be signed in to change notification settings - Fork 2
2.2 Development Plan
Vicky Vergara edited this page Feb 27, 2016
·
1 revision
Continuing the work of using the internal C++ library, some functions have bein completely rewritten
- better argument type checking that appears to be implemented inconsistently across the code
- better consistency of results between the various algorithms, especially those using boost
- resolve the Milestone 2.2.0 issues where possible or push them to 2.3.0 if too risky
- updates to the cmake build system to better support postgresql version selection, creation of the sql files for installation and any updates that might be needed to support changes to the code
- adding support for postgresql version 9.5
- pgr_Johnson
- pgr_floydWarshall
- pgr_dijkstraCost
- pgr_dijkstraVia
- withPoints Family of functions
- issues milestoned for 2.2
- work on other issues or in other routing functions
- Tickets: https://github.com/pgRouting/pgrouting/milestones/Release%202.2.0
- Development branch: https://github.com/pgRouting/pgrouting/tree/develop
- PostGIS Coding Styles: http://trac.osgeo.org/postgis/wiki/DevWikiMain
- Non for the moment