id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,platform,cpu
1035,Querying vectors in Map DIsplay WIndow gives error,epatton,grass-dev@lists.osgeo.org,"In the NC sample location, Load the geodetic_pts layer in the Layer Manager, and choose the 'Query vector Map (edit mode)' tool. Clicking on any point gives the following error:

{{{
Traceback (most recent call last):
  File ""/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/ma
pdisp_window.py"", line 1077, in MouseActions

self.OnLeftUp(event)
  File ""/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/ma
pdisp_window.py"", line 1886, in OnLeftUp

self.parent.QueryVector(self.mouse['begin'][0],
self.mouse['begin'][1])
  File ""/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/ma
pdisp.py"", line 1500, in QueryVector

qlayer = self.AddTmpVectorMapLayer(mapName, cats,
useId=False)
  File ""/usr/local/grass-6.5.svn/etc/wxpython/gui_modules/ma
pdisp.py"", line 1582, in AddTmpVectorMapLayer

elif parg == 'size': size = int(pval)
ValueError
:
invalid literal for int() with base 10: '8.0'
}}}

~ Eric.",defect,closed,normal,6.5.0,wxGUI,svn-develbranch6,fixed,"vector, query",,Linux,x86-64
