[GRASS-dev] [GRASS GIS] #1607: WXGUI regression - attribute query fails to display text attribute values

GRASS GIS trac at osgeo.org
Mon Aug 20 02:22:12 PDT 2012


#1607: WXGUI regression - attribute query fails to display text attribute values
-------------------------+--------------------------------------------------
 Reporter:  marisn       |       Owner:  grass-dev@…              
     Type:  defect       |      Status:  new                      
 Priority:  major        |   Milestone:  6.4.3                    
Component:  wxGUI        |     Version:  6.4.2                    
 Keywords:  query        |    Platform:  Unspecified              
      Cpu:  Unspecified  |  
-------------------------+--------------------------------------------------
Changes (by neteler):

  * keywords:  => query


Comment:

 Yes, confirmed.

 OGR can decipher it:
 {{{
 ogrinfo grass_encoding.shp grass_encoding
 INFO: Open of `grass_encoding.shp'
       using driver `ESRI Shapefile' successful.

 Layer name: grass_encoding
 Geometry: Point
 Feature Count: 2
 Extent: (490813.154373, 280495.272002) - (516942.353107, 284572.168258)
 Layer SRS WKT:
 PROJCS["LKS92_Latvia_TM",
     GEOGCS["GCS_LKS92",
         DATUM["Latvia_1992",
             SPHEROID["GRS_1980",6378137,298.257222101]],
         PRIMEM["Greenwich",0],
         UNIT["Degree",0.017453292519943295]],
     PROJECTION["Transverse_Mercator"],
     PARAMETER["latitude_of_origin",0],
     PARAMETER["central_meridian",24],
     PARAMETER["scale_factor",0.9996],
     PARAMETER["false_easting",500000],
     PARAMETER["false_northing",-6000000],
     UNIT["Meter",1]]
 id: Integer (10.0)
 nosaukums: String (80.0)
 OGRFeature(grass_encoding):0
   id (Integer) = (null)
   nosaukums (String) = âðòï
   POINT (490813.154373089957517 284572.168258102843538)

 OGRFeature(grass_encoding):1
   id (Integer) = (null)
   nosaukums (String) = çèþì
   POINT (516942.35310710943304 280495.272001731034834)
 }}}

 while GRASS' wxGUI query tool cannot giving the indicated error.

 Also the Tcl/TK form fails: "nosaukums :  âðòï "

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



More information about the grass-dev mailing list