Thu, Jun 9 2005
01:52:12
|
|
Request created by jidanni@jidanni.org
|
|
Return-Path |
<jidanni@jidanni.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
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 |
|
$ 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.
|
|
Thu, Jun 9 2005
04:48:39
|
|
Mail sent by hamish_nospam@yahoo.com
|
|
Return-Path |
<hamish_nospam@yahoo.com>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Thu, 9 Jun 2005 14:48:21 +1200
|
From |
Hamish <hamish_nospam@yahoo.com>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #3335] (grass) v.surf.rst, i.rectify, ps.map
|
Message-Id |
<20050609144821.3afc8774.hamish_nospam@yahoo.com>
|
In-Reply-To |
<20050608235212.C947F101F15@lists.intevation.de>
|
References |
<20050608235212.C947F101F15@lists.intevation.de>
|
X-Mailer |
Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu)
|
X-Face |
M<EoB)"*Z~u!,vFhXmw}R_KbdBta*P_=T|rbBL'e1/CQ9;/1g\BU3&!=y8ria$2Uk!HT&BB 8i?|X_+7~1jsy}F~g$2va%3fV`*=L(*cem[@3\yg,G,@rg6/QMJ
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=US-ASCII
|
Content-Transfer-Encoding |
7bit
|
X-Spam-Status |
No, hits=-4.0 tagged_above=-999.0 required=3.0 tests=BAYES_00, FORGED_YAHOO_RCVD
|
X-Spam-Level |
|
> $ 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
|
|
Thu, Jun 9 2005
13:14:57
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Thu, 9 Jun 2005 13:14:54 +0200
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #3335] (grass) v.surf.rst, i.rectify, ps.map
|
Message-ID |
<20050609111454.GA3992@thuille.itc.it>
|
Mail-Followup-To |
Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
|
References |
<20050608235212.C947F101F15@lists.intevation.de>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
In-Reply-To |
<20050608235212.C947F101F15@lists.intevation.de>
|
User-Agent |
Mutt/1.4.1i
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
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
|
|
Wed, Jul 6 2005
13:44:45
|
|
Comments added by hbowman
|
|
> $ man ps.map
> No way to give a simple scalebar a white background.
There is now.
> Mention to give some high number for scalebar's number parameter, if
> one only wants numbers at the front and end of the scalebar.
I'm sure people can figure this one out on their own.
> One can place text on the map with coordinates or percentages, but a
> scalebar must be positioned with inches.
Nope. outstanding wish.
> No mention of how to get a north arrow onto the map.
Nope. outstanding wish.
this bug is done, except for the last two wishes. Renaming & resetting type.
Hamish
|
|
Wed, Jul 6 2005
13:45:26
|
|
Area changed to wish6 by hbowman
|
|
Wed, Jul 6 2005
13:46:00
|
|
Subject changed to ps.map: position decorations by percentage by hbowman
|
|
Fri, Feb 9 2007
07:33:58
|
|
Priority changed to 50 by hbowman
|
|