[GRASS5] [bug #3335] (grass) v.surf.rst, i.rectify, ps.map
Markus Neteler
neteler at itc.it
Thu Jun 9 07:14:54 EDT 2005
On Thu, Jun 09, 2005 at 01:52:12AM +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=3335
> -------------------------------------------------------------------------
>
> $ v.info bla
> Type of Map: Vector (level: 2)
> This must mean (Version: 2)! As my scientific tests prove that it is
> not layers.
Level refers to the topology level:
cd lib/vector/Vlib/
see level.c
/*!
\fn int Vect_level (struct Map_info *Map)
\brief returns level that Map is opened at
\return open level (1: no topology, or 2: topology support) or -1 on error
\param Map_info structure
*/
So the term 'level' is correct. We could change it to topology level
perhaps.
Markus
More information about the grass-dev
mailing list