Sat, Jan 21 2006
12:31:29
|
|
Request created by guest
|
|
Subject: error in new gis.m
Platform: GNU/Linux/x86
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: CVS 6.1 checked out at 20060121
in the monitor of the new gis.m module, if I try to use the tools MEASURE or
QUERY i got the following error :
can't read "linex2": no such variable
can't read "linex2": no such variable
while executing
"$can($mon) create line $linex1 $liney1 $linex2 $liney2 -fill green -arrow both
-width 2"
(procedure "mapcan::measure" line 9)
invoked from within
"mapcan::measure 1"
(command bound to event)
and with tool PAN
can't read "to_x": no such variable
can't read "to_x": no such variable
while executing
"scrx2mape $to_x"
(procedure "mapcan::pan" line 11)
invoked from within
"mapcan::pan $mon"
(command bound to event)
this makes the whole thing quite unusable. in the next days i'm trying to stress
this new module as much as possible, I think it's a good step forward a friendly
GUI. |
|
Mon, Jan 23 2006
18:58:15
|
|
Status changed to resolved by mbarton
|
|
Mon, Jan 23 2006
18:58:16
|
|
Taken by mbarton
|
|
Mon, Jan 23 2006
18:58:15
|
|
Comments added by mbarton
|
|
Cc: steko@iosa.it
Fixed in today's updates. |
|