[GRASS-dev] [GRASS GIS] #1651: Map display Query Vector tool fails

GRASS GIS trac at osgeo.org
Tue Aug 21 03:01:09 PDT 2012


#1651: Map display Query Vector tool fails
---------------------------+------------------------------------------------
 Reporter:  vincent        |       Owner:  grass-dev@…              
     Type:  defect         |      Status:  new                      
 Priority:  normal         |   Milestone:  6.4.3                    
Component:  wxGUI          |     Version:  svn-releasebranch64      
 Keywords:  query, vector  |    Platform:  Linux                    
      Cpu:  Unspecified    |  
---------------------------+------------------------------------------------
Changes (by neteler):

  * keywords:  queryvector => query, vector


Comment:

 I have made a test with the NC data:
 {{{
 g.region rast=elev_lid792_1m -p
 r.contour elev_lid792_1m out=contours step=2.5
 v.univar contours type=line col=level
 }}}

 Then loading the map into the display, right-mouse to define
 Properties -> Selection -> WHERE -> level % 100 = 0

 It no longer crashes but generates a DBMI/DBF error since "%" is
 not supported. That looks correct. For SQLite and PostgreSQL it
 should work.

 Can you please retry with a current 6.4.svn version?

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1651#comment:1>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list