RE: [GRASS-dev] Overlay grids and lines tool in gism fails to dra w grid in map window

Maciek is right....only if the color is a 'named' Grass color will it draw
in the map window.

One other thing I notced about this tool while fiddling with it just now is
that the 'border and text color' picker only changes the tick mark color,
not the text annotations like it says.

~ Eric.

-----Original Message-----
From: Maciej Sieczka
To: Patton, Eric
Cc: 'grassuser@grass.itc.it'; 'grass-dev@grass.itc.it'
Sent: 9/14/2006 10:41 AM
Subject: Re: [GRASS-dev] Overlay grids and lines tool in gism fails to draw
grid in map wi ndow

Patton, Eric wrote:

# Geographic grid
d.grid -g size=00:00:01 origin=0,0 color=170:170:170

bordercolor=0:0:0

Segmentation fault

# UTM grid
d.grid size=2000 origin=0,0 color=170:170:170 bordercolor=0:0:0
Segmentation fault

Can anyone verify this problem? It's been persistent for weeks,

despite

daliy cvs updates.

d.grid segfaults for me too if I use RGB triplets for color or
bordercolor. If I use names (blue, red etc.) it works.

Maciek

Patton, Eric wrote:

One other thing I notced about this tool while fiddling with it just
now is that the 'border and text color' picker only changes the tick
mark color, not the text annotations like it says.

That's a mistake in gis.m. (outstanding)

Hamish

Didn't realize this was mislabeled. I've fixed it and will commit it
tomorrow along with what I hope is the *final* zooming fix.

Michael
__________________________________________
Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics & Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

From: Hamish <hamish_nospam@yahoo.com>
Date: Sun, 17 Sep 2006 20:23:55 +1200
To: "Patton, Eric" <epatton@nrcan.gc.ca>
Cc: <grass-dev@grass.itc.it>
Subject: Re: [GRASS-dev] Overlay grids and lines tool in gism fails to draw
grid in map window

Patton, Eric wrote:

One other thing I notced about this tool while fiddling with it just
now is that the 'border and text color' picker only changes the tick
mark color, not the text annotations like it says.

That's a mistake in gis.m. (outstanding)

Hamish