Fri, Jan 5 2001
15:25:34
|
|
Request created by andreas.lange@rhein-main.de
|
|
Return-Path |
<nobody@geog.uni-hannover.de>
|
Delivered-To |
grass-bugs@intevation.de
|
Date |
Fri, 5 Jan 2001 15:11:53 GMT
|
Message-Id |
<200101051511.PAA11536@hgeo02.geog.uni-hannover.de>
|
To |
grass-bugs@geog.uni-hannover.de, grass-bugs@intevation.de
|
From |
andreas.lange@rhein-main.de ()
|
Subject |
d.save does not work with text
|
Sender |
nobody@geog.uni-hannover.de |
Below is the result of your feedback form. It was submitted by
(andreas.lange@rhein-main.de) on Friday, January 5, 2001 at 15:11:53
---------------------------------------------------------------------------
subject: d.save does not work with text
platform: Linux/Intel
vendor: RedHat
cputype: Intel (i486, i586, pentium ...)
xwindows: Xfree 4.0.1
windowsmanager: GNOME
tcltkver: tcl/tk 8.3
grassserver: CVS Server, Germany
grassversion: I compiled the sources myself
cvsyesno: yes, I am using the latest GRASS from CVS
compiler: gcc
bugreport: d.save does not work with text output.
The text is not saved.
Even if it should technically not possible to save / restore the text, it should
be possible to comment/remove etc. the d.text line in the d.save script to not
break the saved script.
name: Andreas Lange
---------------------------------------------------------------------------
REMOTE_HOST: manz-3e364604.pool.mediaways.net
|
|
Thu, Nov 8 2001
19:52:00
|
|
Area changed to bug by alange
|
|
Fri, Jan 4 2002
17:17:51
|
|
Comments added by alange
|
|
This problem is still there...
Andreas |
|
Fri, Jan 4 2002
22:39:45
|
|
Comments added by guest
|
|
i'll be more specific for the problem:
:
# Shell Script created by d.save Fri Jan 4 22:35:40 2002
# Here are the commands to create window: full_screen
d.frame -ec frame=full_screen at=0,100,0,100
d.erase
g.region n=55:30N s=46:30N e=15:30E w=5:30E nsres=0:00:18 ewres=0:00:18
d.rast map=deutschland # 3
d.vect map=dnnet color=indigo # 2
d.text size=2 color=black line=3 # 1
d.frame -s frame=full_screen
This script is created, and if run, i get:
Please enter text instructions. Enter EOF (ctrl-d) on last line to quit
But i think this is acceptable. Would be better if the text is stored with the
pad, but i don't know if this is possible.
Andreas |
|
Thu, Jan 17 2002
17:03:38
|
|
Status changed to resolved by alange
|
|
Thu, Jan 17 2002
17:03:38
|
|
Comments added by alange
|
|
It works now, additional thanks go to Glynn who re-wrote my first attempt.
|
|