#1659: v.net.salesman - add cat to node error output
-------------------------+--------------------------------------------------
Reporter: gfleming | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.3
Component: Default | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
When graph creation fails like this:
ERROR: Destination node [56802] is unreachable from node [56811]
It would be really useful to know the cats of the offending nodes, not
just their internal DGlib node ids. This would help find the error in the
network.
Replying to [ticket:1659 gfleming]:
> When graph creation fails like this:
>
> ERROR: Destination node [56802] is unreachable from node [56811]
>
> It would be really useful to know the cats of the offending nodes, not
just their internal DGlib node ids. This would help find the error in the
network.
Fixed in trunk r52830. TODO: apply to all other v.net.* modules.