[GRASS-dev] Re: [GRASS GIS] #670: add support for alternative coordinates

GRASS GIS trac at osgeo.org
Sun Jul 5 18:22:26 EDT 2009


#670: add support for alternative coordinates
--------------------------+-------------------------------------------------
  Reporter:  timmie       |       Owner:  martinl                            
      Type:  enhancement  |      Status:  assigned                           
  Priority:  normal       |   Milestone:  6.5.0                              
 Component:  wxGUI        |     Version:  svn-develbranch6                   
Resolution:               |    Keywords:  map display, preferences, workspace
  Platform:  Linux        |         Cpu:  x86-32                             
--------------------------+-------------------------------------------------
Comment (by timmie):

 you may need to adjust grid sizes:
 {{{
          #
         # projections statusbar settings
         #
         box   = wx.StaticBox (parent=panel, id=wx.ID_ANY, label=" %s " %
 _("Projection statusbar settings \n (enter EPSG code and press \"Load EPSG
 codes\" (and wait) or insert Proj.4 string directly"))
         sizer = wx.StaticBoxSizer(box, wx.VERTICAL)

         gridSizer = wx.GridBagSizer (hgap=3, vgap=3)
         gridSizer.AddGrowableCol(1)

         row = 0
 }}}

 The other changes will need more time.
 I need to setup pydev (my preferred IDE) to reflect the wxGUI.
 I will not apply to avn access before being sure that I can contribute in
 a reliable way.
 I do not use GRASS on daily basis. From time to time I need to work some
 tasks and days for one project.
 For the time being, count on me for improvement suggestions, only.

 What do you think about the decimal degree thing?

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


More information about the grass-dev mailing list