[GRASS-dev] [GRASS GIS] #911: v.parallel: user interface change in
6.x line
GRASS GIS
trac at osgeo.org
Sat Feb 6 09:51:24 EST 2010
#911: v.parallel: user interface change in 6.x line
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: blocker | Milestone: 6.4.0
Component: Vector | Version: svn-develbranch6
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
There is a user interface change to v.parallel in GRASS 6.x. The option
`distance' does not accept negative offsets anymore, and introduces a new
`side' option to distinguish left/right, instead.
Before v.parallel2, v.parallel used to accept negative numbers for dist.
Now it fails:
{{{
$ v.parallel in=lines out=lines_par dist=-1
ERROR: value <-1> out of range for parameter <distance>
Legal range: 0-100000000
}}}
I guess such a change to user interface within a stable release line is
not allowed.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/911>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list