#1037: v.random inconsequence between interface and source
-------------------------+--------------------------------------------------
Reporter: jarekj71 | Owner: grass-dev@lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 6.5.0
Component: Vector | Version: svn-develbranch6
Keywords: v.random | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
----
line 116 of v.random requires both column name and type
line 166 requires column name but default type is double precision
of course v.random output=rand_points n=250 elevation double precision
finish with error
snugest update interface section or remove double precision form line 166
Martin r40042 ?? Zcol bugfix without bug # or any other info. Unless
Martin gives a good reason (and fixes code), I suggest to revert r40042
(atleast in 6.4/6.5).
Replying to [comment:1 marisn]:
> Martin r40042 ?? Zcol bugfix without bug # or any other info. Unless
Martin gives a good reason (and fixes code), I suggest to revert r40042
(atleast in 6.4/6.5).
Hopefully fixed in r41996 (6.5) and r41998 (6.4). In GRASS 7 has been
introduced new parameter {{{column_type}}} - r41999.