Hello everybody!
While working with the new Grass 6.4 ( this morning check-out) I noticed
that if I set the option "constrain display resolution to computational
settings" in display setting,it is not saved when quitting Grass.
Just another thing..is it possible to have also the extent set by default to
computational setting?
Thanks for your great work
Luca
--
View this message in context: http://www.nabble.com/Display-setting-in-wxPython-interface-tp17675078p17675078.html
Sent from the Grass - Users mailing list archive at Nabble.com.
Hi,
2008/6/5 doktoreas <thedoktor78@gmail.com>:
While working with the new Grass 6.4 ( this morning check-out) I noticed
that if I set the option "constrain display resolution to computational
settings" in display setting,it is not saved when quitting Grass.
Settings for each display is saved in workspace file, e.g.
<display render="0" mode="0" showCompExtent="0" dim="0,0,693,769">
You can set up default settings for newly opened display window from
'Config->Preferences->Display'.
Just another thing..is it possible to have also the extent set by default to
computational setting?
It can be part workspace definition (as 'extent' attribute of
'display' tag). Not free time for that now, please report as 'task' in
trac.
When you open new display, extent is always based on computational region.
Martin
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *
Hi,
2008/6/5 Martin Landa <landa.martin@gmail.com>:
Just another thing..is it possible to have also the extent set by default to
computational setting?
It can be part workspace definition (as 'extent' attribute of
'display' tag). Not free time for that now, please report as 'task' in
trac.
well, implemented [1]
extent is saved in workspace for each opened display window.
Martin
[1] http://trac.osgeo.org/grass/changeset/31641
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *
Martin Landa-2 wrote:
Hi,well, implemented [1]
extent is saved in workspace for each opened display window.
Martin
[1] http://trac.osgeo.org/grass/changeset/31641
Hi Martin and thanks for adding this feature.
Now I have got an error when starting Grass with the wxpython interface:
Starting GRASS ...
Traceback (most recent call last):
File "/usr/local/grass-6.4.svn/etc/wxpython/gis_set.py", line 31, in
<module>
from gui_modules import globalvar
File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/globalvar.py",
line 86, in <module>
MAP_DISPLAY_STATUSBAR_MODE = [_("Coordinates"),
NameError: name '_' is not defined
Thanks for your help
Luca
--
View this message in context: http://www.nabble.com/Display-setting-in-wxPython-interface-tp17675078p17680391.html
Sent from the Grass - Users mailing list archive at Nabble.com.
Hi,
2008/6/5 doktoreas <thedoktor78@gmail.com>:
Now I have got an error when starting Grass with the wxpython interface:
Starting GRASS ...
Traceback (most recent call last):
File "/usr/local/grass-6.4.svn/etc/wxpython/gis_set.py", line 31, in
<module>
from gui_modules import globalvar
File "/usr/local/grass-6.4.svn/etc/wxpython/gui_modules/globalvar.py",
line 86, in <module>
MAP_DISPLAY_STATUSBAR_MODE = [_("Coordinates"),
NameError: name '_' is not defined
hopefully fixed in trunk and devbr6, http://trac.osgeo.org/grass/changeset/31644
Martin
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa *