-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all.
Just installed latest GRASS binary (11_12). With raster it's ok, but when I
try to display vectors form GIS manager I get the following errors.
They disappear if I change the "basic/cross" (default in GUI) to
"basic/circle" or others.
I think this should be changed soon (unusable for newbies).
All the best.
pc
- From shell:
- -----------------------------------------------------
GRASS 5.7.cvs:~ > using default visual which is TrueColor
ncolors: 16777216
Graphics driver [x0] started
Error: value <basic/cross> out of range for parameter <icon>
Legal range:
basic/circle,basic/box,basic/cross1,basic/diamond,basic/x,basic/point,basic/airport,basic/arrow1,basic/arrow2,basic/compass,basic/cross2,basic/marker,basic/octagon,basic/star,basic/target
Description:
Displays GRASS vector data in the active frame on the graphics monitor.
- --
Paolo Cavallini
cavallini@faunalia.it www.faunalia.it www.faunalia.com
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy Tel: (+39)348-3801953
http://pkg-grass.alioth.debian.org/cgi-bin/wiki.pl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBvBqy/NedwLUzIr4RAri2AKCMv2T+0XDbYjWFEEGoebwvQzpxqACghvgJ
8UQWPu1yK1JoJDgU808kQ6U=
=Gsx7
-----END PGP SIGNATURE-----
i already fixed that. will be in cvs early next week, hopefully.
regards
florian
On 12 Dec 2004, at 11:17, Paolo Cavallini wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all.
Just installed latest GRASS binary (11_12). With raster it's ok, but when I
try to display vectors form GIS manager I get the following errors.
They disappear if I change the "basic/cross" (default in GUI) to
"basic/circle" or others.
I think this should be changed soon (unusable for newbies).
All the best.
pc
- From shell:
- -----------------------------------------------------
GRASS 5.7.cvs:~ > using default visual which is TrueColor
ncolors: 16777216
Graphics driver [x0] started
Error: value <basic/cross> out of range for parameter <icon>
Legal range:
basic/circle,basic/box,basic/cross1,basic/diamond,basic/x,basic/point,basic/airport,basic/arrow1,basic/arrow2,basic/compass,basic/cross2,basic/marker,basic/octagon,basic/star,basic/target
Description:
Displays GRASS vector data in the active frame on the graphics monitor.
- --
Paolo Cavallini
cavallini@faunalia.it www.faunalia.it www.faunalia.com
Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy Tel: (+39)348-3801953
http://pkg-grass.alioth.debian.org/cgi-bin/wiki.pl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
iD8DBQFBvBqy/NedwLUzIr4RAri2AKCMv2T+0XDbYjWFEEGoebwvQzpxqACghvgJ
8UQWPu1yK1JoJDgU808kQ6U=
=Gsx7
-----END PGP SIGNATURE-----
_______________________________________________
grass5 mailing list
grass5@grass.itc.it
http://grass.itc.it/mailman/listinfo/grass5
On Sun, Dec 12, 2004 at 06:42:19PM +0100, Florian Goessmann wrote:
sure i am!
if you apply my patches of d.m, don't forget to apply those to d.zoom
as well or d.m won't work properly.
I have added your d.zoom/d.m changes to CVS (new zoom back feature).
Please test... For me it seems to work nice.
Thanks, Florian!
Markus
On Sun, December 12, 2004 19:47, Markus Neteler said:
On Sun, Dec 12, 2004 at 06:42:19PM +0100, Florian Goessmann wrote:
sure i am!
if you apply my patches of d.m, don't forget to apply those to d.zoom
as well or d.m won't work properly.
I have added your d.zoom/d.m changes to CVS (new zoom back feature).
Please test... For me it seems to work nice.
Works great here too.
However: Was the the symbols issue part of these changes ? When d.m starts, I
only see 'basic/x' in the "Symbol:" text field. When I click on the Symbol:
button a window called "Select item" opens in which I see my mapsets. No
traces of any symbols, though.
The "Symbol collection" selector lets me chose between 'basic' and 'demo'.
Moritz
On 12 Dec 2004, at 22:24, Moritz Lennert wrote:
Works great here too.
However: Was the the symbols issue part of these changes ? When d.m starts, I
only see 'basic/x' in the "Symbol:" text field. When I click on the Symbol:
button a window called "Select item" opens in which I see my mapsets. No
traces of any symbols, though.
thanks for that information! that's a bug i haven't had found yet but i could reproduce it and will fix it asap.
The "Symbol collection" selector lets me chose between 'basic' and 'demo'.
that's correct. currently there are only these two symbol directories.
regards
florian
On 12 Dec 2004, at 23:11, Florian Goessmann wrote:
thanks for that information! that's a bug i haven't had found yet but i could reproduce it and will fix it asap.
ok, should be fixed.
@markus: can you upload the patch to cvs? it's a serious error. to fix it, i slightly changed the behavior of the GSelect window. it has to be discussed if these changes are OK but i think they are as they're minor and don't affect it's original functions. it's more an addition to the GSelect window than an actual change.
the good thing is, it should now be quite straight forward to get the symbol collections automatically updated when new ones are added.
regards
florian
(attachments)
gtcltk.diff (1.4 KB)
On Mon, Dec 13, 2004 at 01:06:36AM +0100, Florian Goessmann wrote:
On 12 Dec 2004, at 23:11, Florian Goessmann wrote:
>thanks for that information! that's a bug i haven't had found yet but
>i could reproduce it and will fix it asap.
>
ok, should be fixed.
@markus: can you upload the patch to cvs? it's a serious error. to fix
it, i slightly changed the behavior of the GSelect window. it has to be
discussed if these changes are OK but i think they are as they're minor
and don't affect it's original functions. it's more an addition to the
GSelect window than an actual change.
the good thing is, it should now be quite straight forward to get the
symbol collections automatically updated when new ones are added.
Done, in CVS now.
Thanks, Florian
Markus