avalentino / gsdview

Lightweight Geo-Spatial Data Viewer (GSDView) written in python and Qt. It uses the GDAL library for data access, it is modular and has a simple plug-in architecture.
GNU General Public License v2.0
25 stars 8 forks source link

Geographic grids #61

Open avalentino opened 11 years ago

avalentino commented 11 years ago

For those products that have geographic information it should be possible to display geographic grids.

The functionality should be provided writing a new plugin.

avalentino commented 11 years ago

_Imported from trac issue 44. Created by avalentino on 2010-01-02T11:24:25, last modified: 2010-07-02T09:13:53

avalentino commented 11 years ago

_Trac comment by avalentino on 2010-01-02 11:29:06:

Using a Qt graphics item group to contain the lines and text labels of the grid allow to manage the grid as a single object. Set the ''selectable'' property of the grid to {{{False}}}.