[GRASS-dev] [GRASS GIS] #1659: v.net.salesman - add cat to node error output

#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.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1659&gt;
GRASS GIS <http://grass.osgeo.org>

#1659: v.net.salesman - add cat to node error output
-------------------------------------+--------------------------------------
Reporter: gfleming | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Vector | Version: unspecified
Keywords: vector network analysis | Platform: All
      Cpu: All |
-------------------------------------+--------------------------------------
Changes (by mmetz):

  * keywords: => vector network analysis
  * platform: Unspecified => All
  * component: Default => Vector
  * cpu: Unspecified => All
  * milestone: 6.4.3 => 7.0.0

Comment:

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.

Markus M

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1659#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>