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

40 messages Options
Embed this post
Permalink
1 2
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 martinl):

 Replying to [comment:18 timmie]:
 > you may need to adjust grid sizes:
 {{{
 >         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"))
 }}}

 The label of static box should be brief. The rest should be explained in
 the manual pages.

 Martin

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 martinl):

 Replying to [comment:9 timmie]:
 >     - pelase enable to display the coordinates in decimal numbers: -f
 '%.8f'

 Done in r38283. Projection settings moved from tab 'Display' to
 'Projection'.

 Martin

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 cmbarton):

 An important cross platform note. For the Mac, you need to instantiate the
 wx.StaticBox before its contents. Otherwise, the controls inside will not
 be accessible.

 Michael

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 martinl):

 Can we close the ticket or are there any remaining issues?

 Martin

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 hamish):

 Replying to [comment:23 martinl]:
 > Can we close the ticket or are there any remaining issues?

 - does Michael's note about wx.StaticBox need attention?

 - Need to consider Tim's mockup of the statusbar with proj display
 attachment

 - For my 2c re. the new Projection tab in wxGUI Preferences:

  1) needs reorganizing of buttons/entries into workflow order (eg step 1
 is load EPSG, so have that first, then...);

  2) I agree that the wording could do with some improvement/ clarification
 - verbose tooltips would help (everyone can help with that);

  3) "<>" still needs removing from the end of the auto +epsg string

  4) its presence seems to me to be a bit of a trap for new users who are
 refugees from other GIS which might think this is a ''much'' more
 fundamental Preference setting than it really is. To avoid 747-cockpit
 style option overload (e.g. tcltk GIS.m layer manager add_vector_layer
 controls) could this preference, including some entries in the drop down
 toolbar menu in the Map Display window, be hidden behind some sort of "[]
 Advanced" preferences setup?


 Also, FWIW, I don't really think precision is an issue needing a user-
 settable option. As long as we provide good defaults:
 - %.3f for planimetric (units= feet or m)
 - %.8f for decimal degrees
 - %.4f for decimal minutes
 - %.3f for decimal seconds

 i.e. reporting to approximately the millimeter level will cover 99% of
 user needs & beyond current RTK GPS surveying limits relevant to GIS.
 Others can tweak the setting manually (of course keep it easy to do that
 within the code). Non-GUI & library stuff of course would continue to
 operate at full precision, I'm just talking about the mouse-over & value
 shown to the user on the Map Display status bar.


 thanks,
 Hamish

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
Michael Barton

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS

On Jul 8, 2009, at 8:17 AM, [hidden email] wrote:

> Date: Wed, 08 Jul 2009 06:27:57 -0000
> From: "GRASS GIS" <[hidden email]>
> Subject: [GRASS-dev] Re: [GRASS GIS] #670: add support for alternative
>        coordinates
> To: undisclosed-recipients:;
> Message-ID: <[hidden email]>
> Content-Type: text/plain; charset="utf-8"
>
> #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 hamish):
>
> Replying to [comment:23 martinl]:
>> Can we close the ticket or are there any remaining issues?
>
> - does Michael's note about wx.StaticBox need attention?


The new wx.StaticBox for projections works fine on the Mac in the  
version I downloaded and compiled on Monday.

Michael
_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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):

 I fully agree with Hamish.
 But I have to say that you did a very great job here!

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 martinl):

 Replying to [comment:24 hamish]:
 > Replying to [comment:23 martinl]:
 > - Need to consider Tim's mockup of the statusbar with proj display
 attachment

 Just one note, next time please attach a diff file instead of the original
 file. It's hard to track changes after a while (especially if the file is
 changed afterwards).

 Martin

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 martinl):

 Replying to [comment:24 hamish]:
 > - does Michael's note about wx.StaticBox need attention?

 From ML:

  The new wx.StaticBox for projections works fine on the Mac in the version
 I downloaded and compiled on Monday.

 Michael

 >  1) needs reorganizing of buttons/entries into workflow order (eg step 1
 is load EPSG, so have that first, then...);

 Loading EPSG codes is not required, your can enter proj4 string directly.

 >  2) I agree that the wording could do with some improvement/
 clarification - verbose tooltips would help (everyone can help with that);

 Also should be documented in the manual page.

 >  3) "<>" still needs removing from the end of the auto +epsg string

 It's done when you choose EPSG code.

 Martin

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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):

 Replying to [comment:26 martinl]:
 > Just one note, next time please attach a diff file instead of the
 original file. It's hard to track changes after a while (especially if the
 file is changed afterwards).
 Sorry, how do I do this?

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 martinl):

 Replying to [comment:28 timmie]:
 > Replying to [comment:26 martinl]:
 > > Just one note, next time please attach a diff file instead of the
 original file. It's hard to track changes after a while (especially if the
 file is changed afterwards).
 > Sorry, how do I do this?

 No problem at all, wiki:HowToSVN#LocalDiffs

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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):

 > No problem at all, wiki:HowToSVN#LocalDiffs
 I succeeded.
 Please review.
 Hamish may give his opinion.

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 martinl):

 Replying to [comment:30 timmie]:
 > > No problem at all, wiki:HowToSVN#LocalDiffs
 > I succeeded.
 > Please review.
 > Hamish may give his opinion.

 May I also? ;-) Thanks for the patch. Anyway from my POV, reprojection of
 statusbar coordinates is not so often used to occupy so significant space
 in the mapdisplay statusbar.

 Martin

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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):

 > May I also? ;-) Thanks for the patch. Anyway from my POV, reprojection
 of statusbar coordinates is not so often used to occupy so significant
 space in the mapdisplay statusbar.
 I beg you. Yes, you can.

 Well, as reporter of the feauture wish I am biased.
 I just didn't perceive your way via the drop down list and subsequent
 checkbox as very accessible.
 I'd ask other users.
 But you are right, there are many more functions people may want to be
 added to the status bar...
 But I would at least ask to have the small slot showing which projection
 is used to show the coordinates.

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 hamish):

 >> Hamish may give his opinion.
 > May I also? ;-)

 maybe this is just trying to anticipate me giving one anyway, ;-)

 In this case Martin is the lead architect of the wxGUI so I am generally
 glad to defer to his judgment on GUI design issues.


 I would just add that for my personal work, the projection used usually
 forms part of the location name, and that appears in the title bar of the
 Map Display GUI window & terminal prompt. And see also 'd.grid -g,-w' and
 'd.where -l,-w'.


 {{{
 7                  code, params = line.split(" ", 1)
 8                  code = int(code.replace('<', '').replace('>', ''))
 9 +                params = params.replace(' <>', '')
 }}}

 curious: is there ever anything held between those <> or is it an
 artifact?



 Hamish

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 martinl):

 Replying to [comment:32 timmie]:
 > But you are right, there are many more functions people may want to be
 added to the status bar...
 > But I would at least ask to have the small slot showing which projection
 is used to show the coordinates.

 Probably functions available from the mapdisplay statusbar could be
 customized in GUI preferences.

 Martin

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 hamish):

 Replying to [comment:34 martinl]:
 > Probably functions available from the mapdisplay statusbar could
 > be customized in GUI preferences.

 agreed, then everyone can be happy. different people work in different
 ways with different needs.

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 cmbarton):

 As Hamish notes, projection information is available easily in several
 places. What goes on the display status bar ought to be stuff that users
 need to look at regularly and that relates to the way they interact with
 the display. Martin has a rich variety of information there. But it's also
 possible to add too much information. It helps to have some predictability
 in where and how different functions are accessed by the GUI--certain
 classes of things of show up in/on the display, certain classes show up in
 the console, etc.

 Michael

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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):

 Just adding something aside:

 Replying to [comment:36 cmbarton]:
 [...]
 >  It helps to have some predictability in where and how different
 functions are accessed by the GUI--certain classes of things of show up
 in/on the display, certain classes show up in the console, etc.

 Remember that you intend to go more mainstream:
 * develop a better GUI
 * support for Windows.

 This means that many people will get attracked to GRASS who have never
 coded / scripted / used command line before.
 The want to use GRASS for its good modules and reliability.

 I like that you are open. I see the discussion "usability vs. functional
 richness" as fruitful.

 May Martin as GUI-chief find a good way. The feature I liked to see is in.
 I am fine.

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
GRASS GIS

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

Reply Threaded More More options
Print post
Permalink
In reply to this post by GRASS GIS
#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 martinl):

 Replying to [comment:37 timmie]:
 > I like that you are open. I see the discussion "usability vs. functional
 richness" as fruitful.
 >
 > May Martin as GUI-chief find a good way. The feature I liked to see is
 in. I am fine.

 Well, I am not chief of anything;-) It's coincidence that I was working
 also on wxGUI. I see customizing mapdisplay statusbar as reasonable
 choice. Unfortunately, I have no time for that. Any volunteer? Generally
 we need more developers for wxGUI...

 Martin

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

_______________________________________________
grass-dev mailing list
[hidden email]
http://lists.osgeo.org/mailman/listinfo/grass-dev
1 2