Is it possible to geographycally link to display
monitors (x0 and x1 for example) so I could visually
compare two images, using d.pan on just one monitor?
Thanks
Daniel
__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/
On Thu, Feb 20, 2003 at 09:52:35AM -0800, Daniel Victoria wrote:
Is it possible to geographycally link to display
monitors (x0 and x1 for example) so I could visually
compare two images, using d.pan on just one monitor?
d.frame?
--
echo ">gra.fcw@2ztr< eryyvZ .T pveR" | rot13 | reverse
I'm also interested. How I do this with d.frame ?
On Thu, 20 Feb 2003 18:50:17 -0800
"Eric G. Miller" <egm2@jps.net> wrote:
On Thu, Feb 20, 2003 at 09:52:35AM -0800, Daniel Victoria wrote:
> Is it possible to geographycally link to display
> monitors (x0 and x1 for example) so I could visually
> compare two images, using d.pan on just one monitor?
d.frame?
--
echo ">gra.fcw@2ztr< eryyvZ .T pveR" | rot13 | reverse
--
Sandro Klippel <sandro.klippel@talha-mar.com.br>
talha-mar projetos ambientais
Conselheiro d'Avila 190
Porto Alegre,RS 91040-450
+55 (51) 3344-7451
w w w . t a l h a - m a r . c o m . b r
On Fri, Feb 21, 2003 at 01:07:13AM -0300, Sandro Klippel wrote:
I'm also interested. How I do this with d.frame ?
If you want to pan in one monitor/frame and have it pan in another
monitor/frame ... can't do it without specifically redrawing each
frame after a pan. Not the most convenient...
On Thu, 20 Feb 2003 18:50:17 -0800
"Eric G. Miller" <egm2@jps.net> wrote:
> On Thu, Feb 20, 2003 at 09:52:35AM -0800, Daniel Victoria wrote:
> > Is it possible to geographycally link to display
> > monitors (x0 and x1 for example) so I could visually
> > compare two images, using d.pan on just one monitor?
>
> d.frame?
--
echo ">gra.fcw@2ztr< eryyvZ .T pveR" | rot13 | reverse
On my machine, v.digit is very slow when removing a block of lines. If I
minimize the v.digit window after selecting the block it completes many
times faster. It seems that most of the time is spent removing individual
lines from the display one by one. I would prefer that the program delete
all of the selected lines and redraw the display once. Looking at the code
for v.digit, I see a switch in the "customize" menu that toggles a variable
called "Remove_Draw", defined with the comment /* Display Block removes vs.
redrawing screen */. However, the menu item for this is commented out in
menu.i. Does anyone know why the Remove_Draw switch is disabled?