[QGIS-trac] [Quantum GIS] #1784: r.report parsing bug

Quantum GIS qgis at qgis.org
Thu Jul 16 06:25:01 EDT 2009


#1784: r.report parsing bug
--------------------------------+-------------------------------------------
   Reporter:  pcav              |              Owner:  rugginoso    
       Type:  bug               |             Status:  new          
   Priority:  minor: annoyance  |          Milestone:  Version 1.2.0
  Component:  GRASS             |            Version:  HEAD         
   Keywords:                    |   Platform_version:               
   Platform:  All               |           Must_fix:  No           
Status_info:  0                 |  
--------------------------------+-------------------------------------------
 r.report gives an error when selecting more than one unit of measure. This
 is a trivial issue of missing commas between units values

 r.report map=landuse96_28m at PERMANENT units=kh
 ERROR: value <kh> out of range for parameter <units>
        Legal range: mi,me,k,a,h,c,p

 it should read:

 r.report map=landuse96_28m at PERMANENT units=k,h

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/1784>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list