[GRASSLIST:4784] Re: how to zoom to all vectors

Paul Kelly paul-grass at stjohnspoint.co.uk
Thu Nov 11 15:21:57 EST 2004


On Thu, 11 Nov 2004, bfdi533 wrote:

> I am trying to locate a vector map in relation to another vector map and
> need to be able to do a zoom that somehow expands the region to cover
> ALL vector maps in the mapset.
>
> Does anyone have a script that currently does this?

Crude but something along these lines has worked for me before:

for i in `g.mlist vect pa='*' sep=' '`
do
   d.vect $i
done
d.extend
d.erase




More information about the grass-user mailing list