[GRASS-dev] [GRASS GIS] #1824: wxGUI should offer a vector geometry query tool

#1824: wxGUI should offer a vector geometry query tool
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
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.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1824&gt;
GRASS GIS <http://grass.osgeo.org>

#1824: wxGUI should offer a vector geometry query tool
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: mapdisp | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by wenzeslaus):

  * keywords: => mapdisp

Comment:

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?

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1824#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#1824: wxGUI should offer a vector geometry query tool
--------------------------+-------------------------------------------------
  Reporter: marisn | Owner: grass-dev@…
      Type: enhancement | Status: closed
  Priority: normal | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords: mapdisp
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by marisn):

  * status: new => closed
  * resolution: => fixed

Comment:

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

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1824#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>