WinGRASS 6 Current Status: Difference between revisions
Jump to navigation
Jump to search
⚠️HuidaeCho (talk | contribs) (no TOC) |
⚠️HuidaeCho (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
This page describes the current status of winGRASS development. Precompiled native winGRASS packages are available [http://geni.ath.cx/grass.html here]. | This page describes the current status of winGRASS development. Precompiled native winGRASS packages are available [http://geni.ath.cx/grass.html here]. | ||
== Known problems == | == Known problems == | ||
Line 10: | Line 5: | ||
* Zooming and panning do not work. | * Zooming and panning do not work. | ||
* Have to add c:\mingw\bin to PATH on some systems. | * Have to add c:\mingw\bin to PATH on some systems. | ||
** Shouldn't c:\mingw\bin | ** Shouldn't the MinGW installer add c:\mingw\bin to PATH? | ||
* Cannot create a new mapset. | * Cannot create a new mapset. | ||
** TclTk -permissions option is specific to UNIX like systems. | ** TclTk -permissions option is specific to UNIX like systems. | ||
Line 18: | Line 13: | ||
** Aqua TclTk solution: http://intevation.de/rt/webrt?serial_num=5096&display=History | ** Aqua TclTk solution: http://intevation.de/rt/webrt?serial_num=5096&display=History | ||
* Need a decent prompt. | * Need a decent prompt. | ||
== What is missing? == | |||
* Display drivers: socket | |||
** Use gis.m instead of monitors. | |||
** Make gis.m Output window more like xterm. No need to hit Run. | |||
** Is there any way that the Map Display in gis.m can interact with console commands? IPC? Filter Alteration Monitor? | |||
* i.class: SIGALRM, SIGTSTP | |||
* i.ortho.photo/photo.2image: wait() | |||
* i.ortho.photo/photo.2target: wait() | |||
* i.points: wait() | |||
* i.vpoints: wait() | |||
* r.terraflow: getrusage() |
Revision as of 16:21, 14 September 2006
This page describes the current status of winGRASS development. Precompiled native winGRASS packages are available here.
Known problems
- Zooming and panning do not work.
- Have to add c:\mingw\bin to PATH on some systems.
- Shouldn't the MinGW installer add c:\mingw\bin to PATH?
- Cannot create a new mapset.
- TclTk -permissions option is specific to UNIX like systems.
- Cannot change map formatting (colors, type, etc.).
- Cannot display a thematic layer.
- can't read "_data(.gronsole.gronsole,4,donecmd)": no such element in array error
- Aqua TclTk solution: http://intevation.de/rt/webrt?serial_num=5096&display=History
- Need a decent prompt.
What is missing?
- Display drivers: socket
- Use gis.m instead of monitors.
- Make gis.m Output window more like xterm. No need to hit Run.
- Is there any way that the Map Display in gis.m can interact with console commands? IPC? Filter Alteration Monitor?
- i.class: SIGALRM, SIGTSTP
- i.ortho.photo/photo.2image: wait()
- i.ortho.photo/photo.2target: wait()
- i.points: wait()
- i.vpoints: wait()
- r.terraflow: getrusage()