landam / grass-gis-git-migration-test

0 stars 0 forks source link

wxGUI d.mon and g.gui monitor command line support #109

Open landam opened 5 years ago

landam commented 5 years ago

Reported by wenzeslaus on 26 Mar 2014 17:50 UTC Support as many d.* commands from previous versions as possible in GRASS 7 d.mon wx* and map display (and GUI command line) in the main GUI (g.gui).

Basic commands such as d.rast and d.vect are supported. More advanced commands such as d.his are also supported. Recently, a basic implementation of d.out.file was also added.

We are missing d.erase, d.zoom and d.frame command and maybe few others such as something for querying or some d.* commands from Addons. The work which needs to be done first is actually to specify what these commands are supposed to do and if they are really needed (somebody with X monitor experience needs to do the first steps).

Since almost all commands are supported, setting priority to minor.

Originally reported in https://trac.osgeo.org/grass/ticket/1719.

GRASS GIS version and provenance

svn-trunk

Migrated-From: https://trac.osgeo.org/grass/ticket/2233

landam commented 5 years ago

Modified by @landam on 12 May 2016 06:44 UTC

landam commented 5 years ago

Modified by @landam on 25 Aug 2016 15:51 UTC

landam commented 5 years ago

Comment by @landam on 27 Aug 2016 13:42 UTC Milestone renamed

landam commented 5 years ago

Comment by wenzeslaus on 27 Feb 2017 04:01 UTC d.erase is supported in wxGUI since https://trac.osgeo.org/grass/changeset/70232 (trunk == 7.4svn).

d.mon could be supported in the way that wx0-9 would be starting/switching/closing the appropriate Map Displays (numbering is from 1, so wx0 would be Display 1).

d.path can be probably supported as any other d. command.

It should be possible to support d.font and d.fontlist in some reasonable way.

d.info can be supported in some basic way.

d.rast.edit can start the wxGUI raster digitizer although it is not 100% the same functionality.

Should d.profile start wxGUI profiling tool?

d.what.rast and d.what.vect can probably just start the query dialog.

I'm not sure what to do with d.colorlist and d.where.

d.frame might be little too much for GUI to handle, although exactly something like this is needed there.

d.zoom does not exist in 7.0. There is probably no need for its 6.4 functionality, but in GUI it could do things like activate the interactive setting of region (6.4 functionality) or zoom to raster/vector (right click on layer functionality).

landam commented 5 years ago

Comment by neteler on 26 Jan 2018 11:40 UTC Ticket retargeted after milestone closed

landam commented 5 years ago

Modified by neteler on 12 Jun 2018 20:48 UTC

landam commented 5 years ago

Comment by @landam on 25 Sep 2018 16:53 UTC All enhancement tickets should be assigned to 7.6 milestone.

landam commented 5 years ago

Comment by @landam on 25 Jan 2019 21:08 UTC Ticket retargeted after milestone closed