#1002: v.net.path should accept CAT pairs as input
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 7.0.0
Component: Vector | Version: svn-releasebranch64
Keywords: v.net | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Most of v.net.* analysis modules accept list of point CAT's as an input.
V.net.path requires this list to be supplied as an file or from stdin.
Both options are not casual Windows GRASS user friendly. There's lots of
power in current approach, still I would like to see plain CAT pair as
path start/end specifiers input option.
#1002: v.net.path should accept CAT pairs as input
--------------------------+-------------------------------------------------
Reporter: marisn | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: minor | Milestone: 7.0.0
Component: Vector | Version: svn-releasebranch64
Resolution: | Keywords: v.net
Platform: All | Cpu: All
--------------------------+-------------------------------------------------
Comment (by marisn):
Replying to [comment:1 hamish]:
> this is already implemented via `d.path coor=`.
>
>
> Hamish
Not in 6.4. Just tested on my WinGRASS - coor requires coordinates and not
CATs. Also it's not possible to start d.path from WxGUI CMD ("Not
implemented") nor menu:
{{{
(Sun Mar 14 19:04:27 2010) Command finished (0 sec)
Traceback (most recent call last):
File "C:/Program
Files/GRASS-64-SVN/etc/wxpython/wxgui.py", line 999, in
OnXTerm
xmon = xmonlist[0]
IndexError
:
list index out of range
}}}
Also this bug repport isn't about displaying but about creating new vector
map.