Re: [GRASS-dev] SQL inequality and GXW files

2009-03-15 Thread Martin Landa
Hi, 2009/3/16 Joe Ostrowski : > I'm using 6.4.0RC3 on OSX 10.4.11 (Kyngesburye release) using the WxPython > GUI.  I set up a where clause for a vector display (ATTR<>'ABC'), which > works fine.  I then save the workspace as "test.gxw".  No problem there. > > When I try to open the test.gxw worksp

Re: [GRASS-dev] empty map window/map rendering doesn't work (wxgui)

2009-03-15 Thread Martin Landa
Hi, 2009/3/16 Huidae Cho : > After investing some time, I found a note in > swig-1.3.38/Tools/pyname_patch.py saying that they have renamed PySwig* > to SwigPy* since swig 1.3.37.  wxPython 2.8.9.2 (current stable version) > still uses old naming, so we have to stick to swig >= 1.3.31 and <= > 1.3

Re: [GRASS-dev] database driver errors from wish tcltk gui on mac - more info

2009-03-15 Thread Michael Barton
On Mar 15, 2009, at 7:48 PM, Michael Barton wrote: On Mar 15, 2009, at 7:25 PM, William Kyngesburye wrote: Start GRASS with the tcltk GUI as the default (g.gisenv set=GRASS_GUI=tcltk if it doesn't, and start GRASS again). Select a mapset (or drag-n-drop a mapset to start GRASS). Add a

Re: [GRASS-dev] empty map window/map rendering doesn't work (wxgui)

2009-03-15 Thread Huidae Cho
Martin and Michael, After investing some time, I found a note in swig-1.3.38/Tools/pyname_patch.py saying that they have renamed PySwig* to SwigPy* since swig 1.3.37. wxPython 2.8.9.2 (current stable version) still uses old naming, so we have to stick to swig >= 1.3.31 and <= 1.3.36. Now, GUI wo

[GRASS-dev] Re: [GRASS GIS] #430: i.pca's output and history logged "Comments" disagree

2009-03-15 Thread GRASS GIS
#430: i.pca's output and history logged "Comments" disagree --+- Reporter: nikos| Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: m

[GRASS-dev] Re: SQL inequality and GXW files

2009-03-15 Thread Joe Ostrowski
The "ampersand-lt-semicolon" got changed to "<" at the nabble site. Just to make sure the post makes sense I've changed the previous post. See below... Joe Subject: SQL inequality and GXW files I'm using 6.4.0RC3 on OSX 10.4.11 (Kyngesburye release) using the WxPython GUI. I set up a

[GRASS-dev] SQL inequality and GXW files

2009-03-15 Thread Joe Ostrowski
I'm using 6.4.0RC3 on OSX 10.4.11 (Kyngesburye release) using the WxPython GUI. I set up a where clause for a vector display (ATTR<>'ABC'), which works fine. I then save the workspace as "test.gxw". No problem there. When I try to open the test.gxw workspace file I get the error message:

Re: [GRASS-dev] database driver errors from wish tcltk gui on mac

2009-03-15 Thread Michael Barton
On Mar 15, 2009, at 7:25 PM, William Kyngesburye wrote: Start GRASS with the tcltk GUI as the default (g.gisenv set=GRASS_GUI=tcltk if it doesn't, and start GRASS again). Select a mapset (or drag-n-drop a mapset to start GRASS). Add a vector to the map. Down at the bottom of the vector

Re: [GRASS-dev] database driver errors from wish tcltk gui on mac

2009-03-15 Thread William Kyngesburye
g.gisenv set=GRASS_GUI=text Then GRASS will not start a GUI, until you run g.gui. On Mar 15, 2009, at 6:58 PM, Ken Nussear wrote: Is there a way to start grass and not fire the gui? Ken On Mar 15, 2009, at 2:50 PM, William Kyngesburye wrote: Here we go - the problem occurs when the GUI aut

Re: [GRASS-dev] database driver errors from wish tcltk gui on mac

2009-03-15 Thread Ken Nussear
Is there a way to start grass and not fire the gui? Ken On Mar 15, 2009, at 2:50 PM, William Kyngesburye wrote: Here we go - the problem occurs when the GUI auto-starts when GRASS starts. I can get it to happen on my dev Mac when the GUI auto- starts. Maybe a part of the GRASS environment

Re: [GRASS-dev] empty map window/map rendering doesn't work (wxgui)

2009-03-15 Thread Michael Barton
On Mar 15, 2009, at 3:19 PM, wrote: From: Huidae Cho Date: March 15, 2009 3:21:14 PM GMT-07:00 To: grass-dev@lists.osgeo.org Cc: grass-u...@lists.osgeo.org, Martin Landa Subject: [GRASS-dev] empty map window/map rendering doesn't work (wxgui) Hi, I'm having a similar problem to this o

Re: [GRASS-dev] Universe Transverse Mercator? -> Universal

2009-03-15 Thread Michael Barton
On Mar 15, 2009, at 3:19 PM, wrote: From: Markus Neteler Date: March 15, 2009 1:47:51 PM GMT-07:00 To: GRASS developers list Subject: [GRASS-dev] Universe Transverse Mercator? -> Universal I just discovered: cd lib/gis grep Universe * projections:utm:Universe Transverse Mercator I recal

[GRASS-dev] empty map window/map rendering doesn't work (wxgui)

2009-03-15 Thread Huidae Cho
Hi, I'm having a similar problem to this one after updating my repository (grass/trunk) yesterday. I installed SWIG, wxPython (version 2.8.9.2), and wxWidgets (version 2.8.9.2, --enable-graphics_ctx), but my Cairo version is 1.4.10, which means no g.cairocomp. My error message looks like this: -

Re: [GRASS-dev] database driver errors from wish tcltk gui on mac

2009-03-15 Thread William Kyngesburye
Here we go - the problem occurs when the GUI auto-starts when GRASS starts. I can get it to happen on my dev Mac when the GUI auto- starts. Maybe a part of the GRASS environment isn't making it to the GUI? On Mar 15, 2009, at 11:24 AM, William Kyngesburye wrote: I just verified the proble

[GRASS-dev] Universe Transverse Mercator? -> Universal

2009-03-15 Thread Markus Neteler
I just discovered: cd lib/gis grep Universe * projections:utm:Universe Transverse Mercator I recall UTM as "Universal Transverse Mercator" ! Any objections to fix that? Markus ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org

Re: [GRASS-dev] database driver errors from wish tcltk gui on mac

2009-03-15 Thread William Kyngesburye
I just verified the problem exists. It appears to have something to do with my dev setup on my Mac - installed binaries on a clean non-dev Mac and I do get the error. I'll see if I can track it down. Probably something installed on my dev Mac accidentally getting linked to, or a path miss

[GRASS-dev] Re: [GRASS GIS] #524: wxGUI: map display not refreshed at times in vdigit

2009-03-15 Thread GRASS GIS
#524: wxGUI: map display not refreshed at times in vdigit ---+ Reporter: msieczka | Owner: martinl Type: defect| Status: closed Priority: major | Milestone: 6.4.0

[GRASS-dev] Re: [GRASS GIS] #528: wxGUI cmd: r.mapcalc fails

2009-03-15 Thread GRASS GIS
#528: wxGUI cmd: r.mapcalc fails ---+ Reporter: neteler | Owner: grass-dev@lists.osgeo.org Type: defect| Status: new Priority: critical | Milestone: 6.4.0

[GRASS-dev] [GRASS GIS] #531: win grass6.4.0RC3 - started with --help returns no help

2009-03-15 Thread GRASS GIS
#531: win grass6.4.0RC3 - started with --help returns no help -+-- Reporter: MilenaN | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: minor|