Re: [GRASS-user] ps.map: Error Using Fill Patterns

2010-02-27 Thread Hamish
Rich Shepard wrote: In an input file to ps.map I have a vareas section with this: vareas house_basin pat $GISBASE/etc/paint/patterns/diag_down6.eps fcolor magenta end The module runs, but when I try to display the map using gv I get the raster displayed, but no vector maps.

Re: [GRASS-user] ps.map: Error Using Fill Patterns

2010-02-27 Thread Rich Shepard
On Fri, 26 Feb 2010, Hamish wrote: I'm not sure why but the quick fix is to just spell out the full path to the file and not use the variable. Hamish, Thank you. That's what I'll do. Rich ___ grass-user mailing list grass-user@lists.osgeo.org

Re: [GRASS-user] ps.map: Error Using Fill Patterns

2010-02-27 Thread Rich Shepard
On Sat, 27 Feb 2010, Hamish wrote: (no idea) Hamish, I suspect this is the result of the same issue: file location. I'll replace $GISBASE with the actual path and see if that makes a difference. Thanks, Rich ___ grass-user mailing list

Re: [GRASS-user] ps.map: Error Using Fill Patterns

2010-02-27 Thread Glynn Clements
Hamish wrote: so r_vareas.c scans the filename string for $GISBASE and expands it to G_gisbase() if needed. For some reason in yours it gets past that expansion somehow. That feature is in 6.5 and 7.0 but not in 6.4. -- Glynn Clements gl...@gclements.plus.com

[GRASS-user] ps.map: Error Using Fill Patterns

2010-02-26 Thread Rich Shepard
In an input file to ps.map I have a vareas section with this: vareas house_basin pat $GISBASE/etc/paint/patterns/diag_down6.eps fcolor magenta end The module runs, but when I try to display the map using gv I get the raster displayed, but no vector maps. The following error is

Re: [GRASS-user] ps.map: Error Using Fill Patterns

2010-02-26 Thread Rich Shepard
On Fri, 26 Feb 2010, Rich Shepard wrote: Ideas appreciated in how to resolve this. Permissions not correct in /usr/local/grass-6.4svn/. Rich ___ grass-user mailing list grass-user@lists.osgeo.org

Re: [GRASS-user] ps.map: Error Using Fill Patterns

2010-02-26 Thread Rich Shepard
On Fri, 26 Feb 2010, Rich Shepard wrote: Permissions not correct in /usr/local/grass-6.4svn/. What should the perms be? Here's the error: can't open eps file $GISBASE/etc/paint/patterns/diag_up6.eps But, from within grass64 I can successfully 'less

Re: [GRASS-user] ps.map: Error Using Fill Patterns

2010-02-26 Thread Hamish
Rich Shepard wrote: Here's the error: can't open eps file $GISBASE/etc/paint/patterns/diag_up6.eps But, from within grass64 I can successfully 'less $GISBASE/etc/paint/patterns/diag_up6.eps' by the time it gets to that error message, the $GISBASE should have been expanded to the full