[prev in list] [next in list] [prev in thread] [next in thread] 

List:       grass-dev
Subject:    [GRASS-dev] [GRASS GIS] #737: ZBulkLabeling don't work
From:       "GRASS GIS" <trac () osgeo ! org>
Date:       2009-08-30 20:14:59
Message-ID: 046.70ff48a9934288e9ca38874ca72fabb5 () osgeo ! org
[Download RAW message or body]

[Attachment #2 (text/plain)]

#737: ZBulkLabeling don't work
---------------------------+------------------------------------------------
 Reporter:  torstenosgeo   |       Owner:  grass-dev@lists.osgeo.org
     Type:  defect         |      Status:  new                      
 Priority:  normal         |   Milestone:  6.4.0                    
Component:  wxGUI          |     Version:  unspecified              
 Keywords:  ZBulkLabeling  |    Platform:  Linux                    
      Cpu:  x86-32         |  
---------------------------+------------------------------------------------
 Hallo,
 I try to digitize isolines with grass6.4 and wxpython-gui. After the
 digitzing I see nothing in the attribut table and get following in the
 command output:
 (Sat Aug 29 21:55:29 2009)
 g.manual -i
 Starting browser <x-www-browser> for module index...
 Install the acroread-l10n-de package if you want acroread in
 German.
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 ** Message: GetValue variable 1 (1)
 ** Message: GetValue variable 2 (2)
 Vector digitizer settings saved to file </home/torsten/.grasswx6>.
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1107, in MouseActions

 self.OnRightUp(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1966, in OnRightUp

 if digitClass.ZBulkLine(pos1, pos2, dlg.value.GetValue(),
 AttributeError
 :
 Digit instance has no attribute 'ZBulkLine'
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1107, in MouseActions

 self.OnRightUp(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1966, in OnRightUp

 if digitClass.ZBulkLine(pos1, pos2, dlg.value.GetValue(),
 AttributeError
 :
 Digit instance has no attribute 'ZBulkLine'
 Vector digitizer settings saved to file </home/torsten/.grasswx6>.
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1107, in MouseActions

 self.OnRightUp(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1966, in OnRightUp

 if digitClass.ZBulkLine(pos1, pos2, dlg.value.GetValue(),
 AttributeError
 :
 Digit instance has no attribute 'ZBulkLine'
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1107, in MouseActions

 self.OnRightUp(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1966, in OnRightUp

 if digitClass.ZBulkLine(pos1, pos2, dlg.value.GetValue(),
 AttributeError
 :
 Digit instance has no attribute 'ZBulkLine'
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1107, in MouseActions

 self.OnRightUp(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1966, in OnRightUp

 if digitClass.ZBulkLine(pos1, pos2, dlg.value.GetValue(),
 AttributeError
 :
 Digit instance has no attribute 'ZBulkLine'
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1107, in MouseActions

 self.OnRightUp(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1966, in OnRightUp

 if digitClass.ZBulkLine(pos1, pos2, dlg.value.GetValue(),
 AttributeError
 :
 Digit instance has no attribute 'ZBulkLine'
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1107, in MouseActions

 self.OnRightUp(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1966, in OnRightUp

 if digitClass.ZBulkLine(pos1, pos2, dlg.value.GetValue(),
 AttributeError
 :
 Digit instance has no attribute 'ZBulkLine'
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1107, in MouseActions

 self.OnRightUp(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1966, in OnRightUp

 if digitClass.ZBulkLine(pos1, pos2, dlg.value.GetValue(),
 AttributeError
 :
 Digit instance has no attribute 'ZBulkLine'
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1083, in MouseActions

 self.OnLeftDown(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1415, in OnLeftDown

 self.DrawLines(self.pdcTmp, begin, end)
 TypeError
 :
 DrawLines() takes at most 3 arguments (4 given)
 Traceback (most recent call last):
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1107, in MouseActions

 self.OnRightUp(event)
   File
 "/usr/lib/grass64/etc/wxpython/gui_modules/mapdisp.py", line
 1966, in OnRightUp

 if digitClass.ZBulkLine(pos1, pos2, dlg.value.GetValue(),
 AttributeError
 :
 Digit instance has no attribute 'ZBulkLine'

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/737>
GRASS GIS <http://grass.osgeo.org>


_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic