[GRASS-dev] [GRASS GIS] #2761: v.net.path manual error

GRASS GIS trac at osgeo.org
Wed Oct 14 23:53:08 PDT 2015


#2761: v.net.path manual error
-----------------------+---------------------------------
  Reporter:  cmbarton  |      Owner:  grass-dev@…
      Type:  defect    |     Status:  new
  Priority:  normal    |  Milestone:  7.0.2
 Component:  Vector    |    Version:  7.0.1
Resolution:            |   Keywords:  v.net.path, network
       CPU:  All       |   Platform:  All
-----------------------+---------------------------------
Description changed by martinl:

Old description:

> The manual states:
>
> The syntax is as follows:
>
> id start_point_category end_point_category
> (Example: 1 1 2)
> or
>
> id start_point_x start_point_y end_point_x end_point_y
>
> The CORRECT syntax is:
>
> The syntax is as follows:
>
> layer start_point_category end_point_category
> (Example: 1 1 2)
> or
>
> layer start_point_x start_point_y end_point_x end_point_y

New description:

 The manual states:

 The syntax is as follows:

 {{{
 id start_point_category end_point_category
 (Example: 1 1 2)
 or

 id start_point_x start_point_y end_point_x end_point_y
 }}}

 The CORRECT syntax is:

 The syntax is as follows:

 {{{
 layer start_point_category end_point_category
 (Example: 1 1 2)
 or

 layer start_point_x start_point_y end_point_x end_point_y
 }}}

--

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2761#comment:4>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list