[GRASS-dev] [GRASS GIS] #2674: v.clean manual page - threshold values in mapping units, except for rmarea

#2674: v.clean manual page - threshold values in mapping units, except for rmarea
-------------------------+-------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: Docs | Version: unspecified
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
The description of the threshold parameter reads:
{{{
threshold=float[,float,...]
     Threshold in map units, one value for each tool
     Default: 0.0[,0.0,...])
}}}

There is an exception though: as described, for the option to remove small
area: ''
Threshold must always be in square meters, also for latitude-longitude
locations or locations with units other than meters.''

Perhaps a small addition to warn the user more upfront about this
exception?
{{{
threshold=float[,float,...]
     Threshold in map units (except threshold value for rmarea, see
Description), one value for each tool.
     Default: 0.0[,0.0,...])
}}}

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

#2674: v.clean manual page - threshold values in mapping units, except for rmarea
--------------------------+-------------------------
  Reporter: pvanbosgeo | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.0.1
Component: Docs | Version: unspecified
Resolution: | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------

Comment (by neteler):

With this change, IMHO the message becomes too long. A prominent manual
text snippet might be better, suggestions (svn diff) are welcome.

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