Opened 15 years ago
Last modified 9 years ago
#893 new enhancement
wx command prompt + d.*: add a new layer
Reported by: | hamish | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.6 |
Component: | wxGUI | Version: | svn-releasebranch64 |
Keywords: | display | Cc: | |
CPU: | All | Platform: | All |
Description
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.
Hamish
Change History (4)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
could you tell which commands are not available? Most of them works d.barscale,d.rast.leg etc..
comment:3 by , 12 years ago
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).
Hamish
comment:4 by , 9 years ago
Milestone: | 6.4.1 → 6.4.6 |
---|
Currently for most important d. commands including d.rast and d.vect it works, see here. Question is if we should support also other d. commands?
Anna