[GRASS5] [bug #3335] (grass) v.surf.rst, i.rectify, ps.map

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.

$ v.surf.rst ...
    will require 11440496 bytes of disk space for temp files
Not to mention about as much for permanent files, which perhaps you
might also mention.

$ i.rectify -c input=rawortho group=s2 order=1 extension=1
   Input file rawortho does not exist in group s2.
    Try:
   s1
   rawortho
   ERROR: Exit!
But that's what I tried.

So give a better message when there are not enough items on a line in
$ cat grassdata/shangcheng/addressing/group/s2/REF
s1 addressing rgb
rawortho addressing

Also the mail i.rectify sends when all is well has the Subject stuck
into the body.

$ man ps.map
No way to give a simple scalebar a white background.
Mention to give some high number for scalebar's number parameter, if
one only wants numbers at the front and end of the scalebar.
One can place text on the map with coordinates or percentages, but a
scalebar must be positioned with inches.

No mention of how to get a north arrow onto the map.

--- Headers Follow ---

From jidanni@jidanni.org Thu Jun 9 01:52:12 2005

Return-Path: <jidanni@jidanni.org>
Delivered-To: grass-bugs@lists.intevation.de
Received: from mail.intevation.de (aktaia [212.95.126.10])
  by lists.intevation.de (Postfix) with ESMTP id 9B8EC101F00
  for <grass-bugs@lists.intevation.de>; Thu, 9 Jun 2005 01:52:12 +0200 (CEST)
Received: from localhost (localhost [127.0.0.1])
  by mail.intevation.de (Postfix) with ESMTP id E532E36EA4
  for <grass-bugs@lists.intevation.de>; Thu, 9 Jun 2005 01:52:09 +0200 (CEST)
Received: from frodo.hserus.net (frodo.hserus.net [204.74.68.40])
  by mail.intevation.de (Postfix) with ESMTP id 8942436CE4
  for <grass-bugs@intevation.de>; Thu, 9 Jun 2005 01:52:07 +0200 (CEST)
Received: from [218.187.83.194] (port=32846 helo=jidanni1)
  by frodo.hserus.net with esmtpsa
  (Cipher TLSv1:AES256-SHA:256) (Exim 4.51 #0)
  id 1DgAL4-0009Z1-DF by authid <jidanni> with plain
  for <grass-bugs@intevation.de>; Thu, 09 Jun 2005 05:22:03 +0530
To: grass-bugs@intevation.de
Subject: v.surf.rst, i.rectify, ps.map
From: Dan Jacobson <jidanni@jidanni.org>
Date: Thu, 09 Jun 2005 07:11:41 +0800
Message-ID: <87zmu01m1e.fsf@jidanni.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Status: No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
X-Spam-Level:

-------------------------------------------- Managed by Request Tracker

$ i.rectify -c input=rawortho group=s2 order=1 extension=1
   Input file rawortho does not exist in group s2.
    Try:
   s1
   rawortho
   ERROR: Exit!
But that's what I tried.

this bug fixed in CVS a few days ago. (please test)

It was only testing the first map in the group.

[...]

Also the mail i.rectify sends when all is well has the Subject stuck
into the body.

mail code already removed in CVS. The 6.0.x line is "serious bug fixes"
only, so "won't fix".

Hamish

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