Re: [GRASS-dev] [GRASS GIS] #2272: Improve consistency in random generator usage

2014-05-04 Thread GRASS GIS
#2272: Improve consistency in random generator usage -+-- Reporter: neteler | Owner: grass-dev@… Type: defect | Status: new Priority: normal |

Re: [GRASS-dev] GUI code dest dir

2014-05-04 Thread Glynn Clements
Martin Landa wrote: probably not $GISBASE/lib/python/, as lib/ is for libgis et al. on UNIX systems. Note that the Python standard library typically goes into /usr/lib/pythonX.Y (where X.Y is the version) on Unix. OTOH, the standard library includes DSOs as well as .py/.pyc files,

Re: [GRASS-dev] [GRASS GIS] #2031: G_legal_filename() cleanup patch for GRASS 6

2014-05-04 Thread GRASS GIS
#2031: G_legal_filename() cleanup patch for GRASS 6 --+- Reporter: neteler | Owner: grass-dev@… Type: defect | Status: closed Priority: normal | Milestone:

Re: [GRASS-dev] Who wants GUI and who does not and why

2014-05-04 Thread Glynn Clements
Huidae Cho wrote: I'm not talking about the current structure. Yes, the modules are the CLI right now and the GUI calls the CLI modules internally. What I'm saying is that it would great if we could separate the logic and CLI and put the logic in plugins We already do that, except that the

Re: [GRASS-dev] [GRASS-SVN] r60054 - in grass/trunk: display/d.extract display/d.path display/d.vect.chart general/manage/lister lib/sites lib/vector/Vlib ps/ps.map raster/r.carve raster/r.contour ras

2014-05-04 Thread Martin Landa
Hi, 2014-05-03 15:49 GMT+02:00 svn_gr...@osgeo.org: Author: hcho Date: 2014-05-03 06:49:33 -0700 (Sat, 03 May 2014) New Revision: 60054 I would say that such invasive changes should be discussed in advance. Now the vector library goes in different direction that raster library which promote

Re: [GRASS-dev] [GRASS GIS] #2017: ogsf compilation error (was: osgf compilation error)

2014-05-04 Thread GRASS GIS
#2017: ogsf compilation error ---+ Reporter: martinl| Owner: grass-dev@… Type: defect | Status: new Priority:

Re: [GRASS-dev] wxGUI data catalog

2014-05-04 Thread Martin Landa
Hi, 2014-05-03 6:12 GMT+02:00 Anna Petrášová kratocha...@gmail.com: Do you plan to discuss somewhere the design of the catalog? Perhaps summarize the main points about the integration with layer manager and map display, gui design, planned features etc on Trac? good idea, I created trac wiki

[GRASS-dev] osgeo4w: gdal 1.11.0 - adapt grass/trunk/mswindows/osgeo4w/gdal-config

2014-05-04 Thread Helmut Kudrnovsky
hi, in osgeo4w, gdal was recently updated to gdal 1.11.0 in [1] it refers to gdal 1.9.0 [...] 8 CONFIG_VERSION=1.9.0 [...] should this be updated to 1.11.0? [1] http://trac.osgeo.org/grass/browser/grass/trunk/mswindows/osgeo4w/gdal-config - best regards Helmut -- View this

[GRASS-dev] [GRASS GIS] #2279: wingrass71: rendering problems with raster layers automatically added by finished

2014-05-04 Thread GRASS GIS
#2279: wingrass71: rendering problems with raster layers automatically added by finished -+-- Reporter: hellik | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #2279: wingrass71: rendering problems with raster layers automatically added by finished

2014-05-04 Thread GRASS GIS
#2279: wingrass71: rendering problems with raster layers automatically added by finished -+-- Reporter: hellik | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #2279: wingrass71: rendering problems with raster layers automatically added by finished modules (was: wingrass71: rendering problems with raster layers automatically added

2014-05-04 Thread GRASS GIS
#2279: wingrass71: rendering problems with raster layers automatically added by finished modules -+-- Reporter: hellik | Owner: grass-dev@… Type: defect | Status:

Re: [GRASS-dev] wingrass71: rendering problems with raster layers automatically added by finished modules

2014-05-04 Thread Helmut Kudrnovsky
Helmut Kudrnovsky wrote Hi, tested with winGRASS71 by osgeo4w from today. Rendering is activated in map display. start e.g. r.slope.aspect in the wxgui, define more than one outputs. Automatically adding the results to map display is activated. run r.slope.aspect, after the output

Re: [GRASS-dev] [GRASS-SVN] r60054 - in grass/trunk: display/d.extract display/d.path display/d.vect.chart general/manage/lister lib/sites lib/vector/Vlib ps/ps.map raster/r.carve raster/r.contour ras

2014-05-04 Thread Huidae Cho
Martin, I agree that it's not fun to call fatal error whenever opening something, so I thought about adding fatal error in Vect routines. But some modules actually check its return value and do cleaning before exit. Another option would be to have Vect*2 routines that call fatal error and let the

Re: [GRASS-dev] osgeo4w: gdal 1.11.0 - adapt grass/trunk/mswindows/osgeo4w/gdal-config

2014-05-04 Thread Markus Neteler
On Sun, May 4, 2014 at 11:04 AM, Helmut Kudrnovsky hel...@web.de wrote: hi, in osgeo4w, gdal was recently updated to gdal 1.11.0 in [1] it refers to gdal 1.9.0 [...] 8 CONFIG_VERSION=1.9.0 [...] should this be updated to 1.11.0? Likely yes, since it appears to be updated:

Re: [GRASS-dev] osgeo4w: gdal 1.11.0 - adapt grass/trunk/mswindows/osgeo4w/gdal-config

2014-05-04 Thread Martin Landa
Hi, 2014-05-04 18:52 GMT+02:00 Markus Neteler nete...@osgeo.org: should this be updated to 1.11.0? Likely yes, since it appears to be updated: http://download.osgeo.org/osgeo4w/x86/versions.html http://download.osgeo.org/osgeo4w/x86_64/versions.html I'm no expert of OSGeo4W though... we

Re: [GRASS-dev] [GRASS-SVN] r60054 - in grass/trunk: display/d.extract display/d.path display/d.vect.chart general/manage/lister lib/sites lib/vector/Vlib ps/ps.map raster/r.carve raster/r.contour ras

2014-05-04 Thread Martin Landa
Hi, 2014-05-04 16:16 GMT+02:00 Huidae Cho gras...@gmail.com: I agree that it's not fun to call fatal error whenever opening something, so I thought about adding fatal error in Vect routines. But some modules actually check its return value and do cleaning before exit. Another option please

Re: [GRASS-dev] [GRASS GIS] #2279: wingrass71: rendering problems with raster layers automatically added by finished modules

2014-05-04 Thread GRASS GIS
#2279: wingrass71: rendering problems with raster layers automatically added by finished modules -+-- Reporter: hellik | Owner: grass-dev@… Type: defect | Status:

Re: [GRASS-dev] [GRASS GIS] #2279: wingrass71: rendering problems with raster layers automatically added by finished modules

2014-05-04 Thread GRASS GIS
#2279: wingrass71: rendering problems with raster layers automatically added by finished modules -+-- Reporter: hellik | Owner: grass-dev@… Type: defect | Status:

Re: [GRASS-dev] [GRASS-SVN] r60054 - in grass/trunk: display/d.extract display/d.path display/d.vect.chart general/manage/lister lib/sites lib/vector/Vlib ps/ps.map raster/r.carve raster/r.contour ras

2014-05-04 Thread Huidae Cho
Martin, Even after defining error handlers, we still need to call G_fatal_error to trigger them. The Vect_set_error_handler_io manual recommends to use this routine after Vect_open_old* because it needs the point to In and Out, but if Vect_open_old* fails and doesn't call G_fatal_error, at what