[GRASS-dev] d.menu, d.ask

Glynn Clements glynn at gclements.plus.com
Thu Mar 15 09:05:17 EDT 2007


Hamish wrote:

> > The major outstanding issue is whether d.rast.edit needs to be able to
> > pan around the map while it's running, 
> 
> that would be very nice, as in practice you have to work on a small
> zoomed in region.

Well, the Tcl/Tk version has the advantage that you aren't limited by
the size of a monitor window. You can already scroll around the
current region; the issue is whether you need to be able to work on a
region which is larger than that which can reasonably be loaded at any
one time.

> > or whether it's sufficient to use a sequence of d.rast.edit commands
> > interleaved with d.zoom or g.region commands.
> 
> sounds clunky. Maybe make use of the GRASS_REGION=";;;" enviro var and
> write tcl "virtual" zoom controls? (&/or WIND_OVERRIDE)

Well, you can't actually *zoom*, as you're editing individual cells
(the original d.rast.edit generates an error if the region resolution
doesn't match the raster's native resolution). But it looks like I
need to add a "pan" tool.

-- 
Glynn Clements <glynn at gclements.plus.com>




More information about the grass-dev mailing list