#893: wx command prompt + d.*: add a new layer
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@lists.osgeo.org
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.1
Component: wxGUI | Version: svn-releasebranch64
Keywords: display | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Hi,
currently when you try to run a d.* command from the wxGUI command prompt
you get a somewhat bewildering error message about it not yet being
implemented. Better would be if the command was automatically added as a
new command layer in the layer manager.
#893: wx command prompt + d.*: add a new layer
-------------------------+--------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 6.4.1
Component: wxGUI | Version: svn-releasebranch64
Keywords: display | Platform: All
Cpu: All |
-------------------------+--------------------------------------------------
Comment(by hamish):
Yup, most of the relevant ones all seem to be there now.
Remaining of possible interest are d.text and d.graph(requires an input
file).
d.graph is there in trunk, may be more interesting in future if we can add
support to have it read+plot eps and svg, or write a standalone converter
to create d.graph command input from eps,svg. (a GSoC idea)
d.rast.leg is not there in 6.x, not sure if that matters or even works in
the wxGUI.
d.histogram is also not in 6.x.
Low-value + perhaps not of interest for 6.x are: d.frame (wouldn't work
right?), d.split.frame(as with d.frame, any purpose?), and d.linegraph.
not in any goutput.py: d.correlate, d.polar
fyi bug in 6.x goutput.py; "d.shaded" should have been d.shadedmap (fixed
in svn).