#1454: v.outlier manual page does not refer that the vector needs to be a 3D one --------------------------+------------------------------------------------- Reporter: lutra | Owner: grass-dev@… Type: enhancement | Status: closed Priority: normal | Milestone: 6.4.2 Component: Docs | Version: 6.4.1 Resolution: fixed | Keywords: v.outlier Platform: Unspecified | Cpu: Unspecified --------------------------+------------------------------------------------- Changes (by neteler):
* status: new => closed * resolution: => fixed Comment: Replying to [comment:5 hamish]: > Replying to [comment:3 martinl]: > > So `v.outlier` should complain if input is 2D vector data, right? > > yes, ... > Vect_is_3d() seems to be the test to use.. You mean the test which *is* used: {{{ /* Input vector must be 3D */ if (!Vect_is_3d(&In)) G_fatal_error(_("Input vector map <%s> is not 3D!"), in_opt->answer); }}} Manual fixed, closing. -- Ticket URL: <https://trac.osgeo.org/grass/ticket/1454#comment:6> GRASS GIS <http://grass.osgeo.org>
_______________________________________________ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev