[GRASS-dev] Re: [GRASS GIS] #159: wxpython: Layer Manager crashes when trying to edit vector properties

2008-08-05 Thread GRASS GIS
#159: wxpython: Layer Manager crashes when trying to edit vector properties --+- Reporter: epatton | Owner: grass-dev@lists.osgeo.org Type: defect | Status: closed

[GRASS-dev] Re: [GRASS GIS] #145: wxgrass: Error in applying display overlay properties to rasters in Layer Manager

2008-08-05 Thread GRASS GIS
#145: wxgrass: Error in applying display overlay properties to rasters in Layer Manager --+- Reporter: epatton | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new

[GRASS-dev] Re: [GRASS GIS] #241: v.proj: broken (?) -z description and missing -l description in wxGUI

2008-08-05 Thread GRASS GIS
#241: v.proj: broken (?) -z description and missing -l description in wxGUI ---+ Reporter: msieczka | Owner: grass-dev@lists.osgeo.org Type: defect| Status: closed Priority:

[GRASS-dev] Re: [GRASS GIS] #249: georectifier: add options to invoke/not invoke -c flag for i.rectify

2008-08-05 Thread GRASS GIS
#249: georectifier: add options to invoke/not invoke -c flag for i.rectify --+- Reporter: cmbarton | Owner: grass-dev@lists.osgeo.org Type: enhancement | Status: new

[GRASS-dev] Re: Code re-indentation: done.

2008-08-05 Thread Markus Neteler
I have discovered that we overlooked lib/external/* to be taken out from reformatting. Is there an easy way to revert a set of files to their respective previous versions? svn revert only works with unsubmitted changes. Didn't find any other useful reference... Thanks Markus

Re: [GRASS-dev] Getting a dotted line in ps.map - Style mechanism

2008-08-05 Thread Hamish
Alessandro Frigeri wrote: I wonder how can I obtain a dotted linestyle with ps.map. Using the style parameter with a 1010 value, I only get a dashed line. What controls the length of the dashes? From the ps.map man-page (6.3.0) I really did not fully understand the mechanism of the

Re: [GRASS-dev] Re: Code re-indentation: done.

2008-08-05 Thread Martin Landa
Hi, 2008/8/5 Markus Neteler [EMAIL PROTECTED]: I have discovered that we overlooked lib/external/* to be taken out from reformatting. Is there an easy way to revert a set of files to their respective previous versions? svn revert only works with unsubmitted changes. Didn't find any other

[GRASS-dev] iostream issues (formerly r.viewshed ready for testing)

2008-08-05 Thread Will
Hi Paul, So, I think I know what is causing the problems with r.terraflow and r.viewshed, and I solved it with r.terraflow. r.terraflow needed the change in line you outlined earlier (changing IOSTREAMDEP = $(ARCH_LIBDIR)/$(LIB_PREFIX)$(IOSTREAM_LIBNAME)$(LIB_SUFFIX) to IOSTREAMDEP =

[GRASS-dev] Re: iostream issues (formerly r.viewshed ready for testing)

2008-08-05 Thread Paul Kelly
On Tue, 5 Aug 2008, Will wrote: r.viewshed is a completely different issue. It seems like it isn't able to see iostream at all - if I remove the include line for iostream, I get the exact same errors. I think this is probably because of the unusual makefile r.viewshed has. We weren't able to

[GRASS-dev] Re: iostream issues (formerly r.viewshed ready for testing)

2008-08-05 Thread Will
Hi Paul, Yes, I am using the updated tarball that you sent me, and I'm getting the same errors, regardless of if ami.h (the header for iostream) is included in distribute.cc or not. -Will On Tue, Aug 5, 2008 at 11:37 AM, Paul Kelly [EMAIL PROTECTED]wrote: On Tue, 5 Aug 2008, Will wrote:

[GRASS-dev] Re: [GRASS-user] error message coming with r.colors

2008-08-05 Thread Martin Landa
Hi, 2008/8/5 christian Brandt [EMAIL PROTECTED]: I try to adapt the color table of a raster file using an ascii file ( rules option) with the following statement: r.colors [EMAIL PROTECTED] color=rules 'rules=/sonne3/.../GIS/colorscript_farben_temp' Hence the following message comes up:

[GRASS-dev] Re: iostream issues (formerly r.viewshed ready for testing)

2008-08-05 Thread Laura Toma
Hi Paul, PEARL is off (not defined) when compiling, so it is not significant. Two libraries is definitely ugly. We'll try to get r.viewshed to work with the iostream version in GRASS. Until then, thanks for all the help. -Laura On Aug 5, 2008, at 12:45 PM, Paul Kelly wrote: On

Re: [GRASS-dev] Getting a dotted line in ps.map - Style mechanism

2008-08-05 Thread Alessandro Frigeri
Hi Hamish, thanks for the hint. Now it is more clear to me how the style parameter works (are we sure to leave that 0 means to stroke and 1 not to stroke the line?). Now I will try to understand how is defined the spacing between 0s and 1s, if it is scaled to the linewidth or not; I have not

Re: [GRASS-dev] iostream issues (formerly r.viewshed ready for testing)

2008-08-05 Thread Glynn Clements
Will wrote: So, I think I know what is causing the problems with r.terraflow and r.viewshed, and I solved it with r.terraflow. r.terraflow needed the change in line you outlined earlier (changing IOSTREAMDEP = $(ARCH_LIBDIR)/$(LIB_PREFIX)$(IOSTREAM_LIBNAME)$(LIB_SUFFIX) to IOSTREAMDEP =

Re: [GRASS-dev] Re: Code re-indentation: done.

2008-08-05 Thread Glynn Clements
Markus Neteler wrote: I have discovered that we overlooked lib/external/* to be taken out from reformatting. Is there an easy way to revert a set of files to their respective previous versions? svn revert only works with unsubmitted changes. Didn't find any other useful reference...

Re: [GRASS-dev] Re: Code re-indentation: done.

2008-08-05 Thread Martin Landa
Hi, 2008/8/5 Martin Landa [EMAIL PROTECTED]: [...] sorry, here is complete message --- btw what to do with messages indented like G_message(_ (...)); manually fix when fixing/updating code to? G_message(_(...)); Martin -- Martin Landa landa.martin gmail.com *

[GRASS-dev] question about icons in GRASS 7

2008-08-05 Thread Michael Barton
A question has come up about the future home of icons in GRASS 7. Long ago, there were few icons and they lived in $GISBASE/bwidget and $GISBASE/etc/tcltkgrass. As we came to have a full-fledged GUI, we had a great icon move several years ago that put them into $GISBASE/etc/gui/icons

[GRASS-dev] where is fast r.watershed?

2008-08-05 Thread Michael Barton
Where is the new fast r.watershed. I'd remembered it being in grass_addons, but it's not there. Michael C. Michael Barton, Professor of Anthropology Director of Graduate Studies School of Human Evolution Social Change Center for Social Dynamics Complexity Arizona State

Re: [GRASS-dev] Re: Code re-indentation: done.

2008-08-05 Thread Hamish
Martin Landa wrote: btw what to do with messages indented like G_message(_ (...)); Glynn: Damn; I thought that not specifying -l would prevent this from happening. manually fix when fixing/updating code to? G_message(_(...)); We can fix them automatically:

Re: [GRASS-dev] question about icons in GRASS 7

2008-08-05 Thread Hamish
Michael: Martin and I agree that all the icons should be put into one place. The question is where. The original place identified for GUI icon sets was $GISBASE/etc/gui/icons. However, Martin points out that there is a real convenience factor for doc page creation to have them in

Re: [GRASS-dev] viewshed and iostream issues

2008-08-05 Thread Michael Barton
On Aug 5, 2008, at 7:34 PM, [EMAIL PROTECTED] wrote: From: Laura Toma [EMAIL PROTECTED] Date: August 5, 2008 7:34:15 PM GMT-07:00 To: Paul Kelly [EMAIL PROTECTED], grass-dev@lists.osgeo.org Cc: Will [EMAIL PROTECTED] Subject: [GRASS-dev] viewshed and iostream issues Viewshed does not

[GRASS-dev] Re: status of compiling on the Mac

2008-08-05 Thread Michael Barton
I just compiled GRASS 7 trunk with the configure string I showed you. One thing interesting is that, in spite of updates and make distclean, my edit to platform.make of weeks ago has never changed and so I've never had to re-edit the TCLTKLIB line. The compilation went just fine except for

Re: [GRASS-dev] question about icons in GRASS 7

2008-08-05 Thread Glynn Clements
Hamish wrote: Martin and I agree that all the icons should be put into one place. The question is where. The original place identified for GUI icon sets was $GISBASE/etc/gui/icons. However, Martin points out that there is a real convenience factor for doc page creation to have them

Re: [GRASS-dev] Re: status of compiling on the Mac

2008-08-05 Thread William Kyngesburye
On Aug 5, 2008, at 10:49 PM, Michael Barton wrote: I just compiled GRASS 7 trunk with the configure string I showed you. One thing interesting is that, in spite of updates and make distclean, my edit to platform.make of weeks ago has never changed and so I've never had to re-edit the