Wed, Jul 13 2005
23:32:25
|
|
Request created by jidanni@jidanni.org
|
|
Return-Path |
<jidanni@jidanni.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
To |
grass-bugs@intevation.de
|
Subject |
ps.map: make output=string really optional
|
From |
Dan Jacobson <jidanni@jidanni.org>
|
Date |
Thu, 14 Jul 2005 04:36:25 +0800
|
Message-ID |
<87d5pmqw8m.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 |
|
We see
ps.map [-rpe] [input=string] [scale=string] [copies=string] [output=string]
We find however that if one omits output=string, the output does not
go to stdout, and we get a usage message. So the [] around
output=string are not optional it turns out. GRASS 6.0.0 (2005)
|
|
Sat, Aug 13 2005
11:51:14
|
|
Area changed to grass6.1 by msieczka
|
|
Tue, Aug 16 2005
23:10:53
|
|
Mail sent by mneteler
|
|
In GRASS 6.1 it is:
ps.map [-rpe] [input=name] [output=name] [scale=mapscale]
[copies=name]
|
|
Wed, Aug 31 2005
02:11:36
|
|
Mail sent by hbowman
|
|
also try "output=-" ?
Hamish
|
|
Wed, Aug 31 2005
20:53:35
|
|
Area changed to grass6 by mneteler
|
|
Fri, Feb 9 2007
06:30:20
|
|
Status changed to resolved by hbowman
|
|
Fri, Feb 9 2007
06:30:20
|
|
Comments added by hbowman
|
|
|
Mon, Feb 19 2007
00:36:48
|
|
Comments added by hbowman
|
|
turns out it has to be optional so that the -p list page sizes and exit flag
works. The programs tests for a result internally, so all is well.
Hamish
|
|