[GRASS-dev] [GRASS GIS] #408: Profile tool does not work

#408: Profile tool does not work
-------------------------+--------------------------------------------------
Reporter: jachym | Owner: grass-dev@lists.osgeo.org
     Type: defect | Status: new
Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Keywords: | Platform: Linux
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
When trying the profile tool in wxPython GUI, I got

{{{
Traceback (most recent call last):
   File "/home/jachym/usr/src/grass/grass-6.4.0/dist.i686-pc-
linux-gnu/etc/wxpython/gui_modules/mapdisp.py", line 3728,
in Profile

style=wx.DEFAULT_FRAME_STYLE, rasterList=raster)
   File "/home/jachym/usr/src/grass/grass-6.4.0/dist.i686-pc-
linux-gnu/etc/wxpython/gui_modules/profile.py", line 155, in
__init__

if self.parent.projinfo['units'] != '':
AttributeError
:
'MapFrame' object has no attribute 'projinfo'
}}}

NOTE: testing in new 6.4. branch

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/408&gt;
GRASS GIS <http://grass.osgeo.org>

#408: Profile tool does not work
---------------------+------------------------------------------------------
  Reporter: jachym | Owner: martinl
      Type: defect | Status: assigned
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Resolution: | Keywords:
  Platform: Linux | Cpu: Unspecified
---------------------+------------------------------------------------------
Changes (by martinl):

  * status: new => assigned
  * owner: grass-dev@lists.osgeo.org => martinl
* cc: grass-dev@lists.osgeo.org (added)

Comment:

Hopefully fixed in r34966 (relbr64) r34970 (devbr6) r34971 (trunk). Note
that you have to set up computational region before drawing profile.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/408#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#408: Profile tool does not work
-------------------------+--------------------------------------------------
  Reporter: jachym | Owner: martinl
      Type: defect | Status: closed
  Priority: major | Milestone: 6.4.0
Component: wxGUI | Version: unspecified
Resolution: worksforme | Keywords:
  Platform: Linux | Cpu: Unspecified
-------------------------+--------------------------------------------------
Changes (by cmbarton):

  * status: assigned => closed
  * resolution: => worksforme

Comment:

I think that profile is fixed now in all active branches (>= 6.4). Please
test.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/408#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>