Opened 11 years ago

Closed 9 years ago

#1824 closed enhancement (fixed)

wxGUI should offer a vector geometry query tool

Reported by: marisn Owned by: grass-dev@…
Priority: normal Milestone: 7.0.0
Component: wxGUI Version: svn-trunk
Keywords: mapdisp Cc:
CPU: Unspecified Platform: Unspecified

Description

In GRASS 6.x when querying vector data, information about geometry was provided (type, area, length, Z values etc.). In updated wxGUI version in 7 it is possible to see only attribute data and there is no easy way how to access geometry information.

Thus a separate geometry querying tool or "geometry info" tab for existing attribute query dialog would take back lost functionality.

Change History (2)

comment:1 by wenzeslaus, 9 years ago

Keywords: mapdisp added

Type, area, length and few other things are currently available:

east, north: 637324.882075, 221568.514151                                       
census@PERMANENT:                                                               
  Type: Area                                                                    
  Sq_Meters: 209673.833                                                         
  Hectares: 20.967                                                              
  Acres: 51.812                                                                 
  Sq_Miles: 0.081                                                               
  Layer: 1                                                                      
  Category: 1664                                                                
  Driver: sqlite                                                                
  Database: .../grassdata/ncarolina_smp_base0.3.2/PERMANENT/sqlite/sqlite.db
  Table: census                                                                 
  Key_column: cat                                                               
  Attributes:                                                                   
    cat: 1664                                                                   
    OBJECTID: 144539
    ...

Can you please check 3D vectors (and other things if applicable) and close the ticket if it is all right?

comment:2 by marisn, 9 years ago

Resolution: fixed
Status: newclosed

Yes, it seems that geometry information is again available in the attribute query tool results. Closing this as fixed.

Note: See TracTickets for help on using tickets.