Replies: 3 comments
-
With #2252, there are 3 Via functions: I am about to do a TRSP Via with points
The name I thought first is As the with points "category" is growing, suppose that for Astar and bidirectional dijkstra algorithms option 1)The set of Via functions look like this in the future: The Via is the last term on the function name. The set of TRSP functions would look like this: The set of aStar functions would look like this: option 2)The set of Via functions look like this: The set of trsp functions look like this: The set of aStar functions would look like this: my preference
I would like some feed back, as I starting to work on |
Beta Was this translation helpful? Give feedback.
-
hmmm |
Beta Was this translation helpful? Give feedback.
-
Idea implemented in version 3.4 |
Beta Was this translation helpful? Give feedback.
-
pgr_TRSP
Currently it is a mess internally (C/C++) and externally.
Lets talk externally
Currently the documentation in one page has the following signatures:
Change those signatures
FROM:
TO
Note that regardless of the call all columns are returned
FROM:
TO
Note: that regardless of the call all columns are returned
FROM:
TO
FROM:
TO
Note that regardless of the call all columns are returned
Beta Was this translation helpful? Give feedback.
All reactions