[GRASS-dev] [GRASS GIS] #2129: Vect_net_build_graph should check cost values

#2129: Vect_net_build_graph should check cost values
-------------------------+--------------------------------------------------
Reporter: rblazek | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.4
Component: Default | Version: 6.4.3 RCs
Keywords: | Platform: All
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Vect_net_build_graph check cost values read from database and call
G_fatal_error() if value is out of supported range:

1) values must be positive (except -1 used to exclude edge)

2) value * cost_multip sould be lower than dglInt32_t max value

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

#2129: Vect_net_build_graph should check cost values
-------------------------+--------------------------------------------------
Reporter: rblazek | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 6.4.4
Component: Vector | Version: 6.4.3 RCs
Keywords: v.net | Platform: All
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by neteler):

  * keywords: => v.net
  * component: Default => Vector

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