[GRASS-dev] Re: g.region enhacements

Ivan Shmakov ivan at theory.asu.ru
Sun Apr 6 03:07:09 EDT 2008


>>>>> Ivan Shmakov <ivan at theory.asu.ru> writes:
>>>>> Maciej Sieczka <tutey at o2.pl> writes:

 >> Talking about g.region vect= - I'd find it very usefull if it
 >> honored the 3d vector coordinates too. Currently one has to set top
 >> and bottom manually in accordance with his 3d vector.

 > Do you mean something like the following?

 > --- general/g.region/main.c.~2~	2008-04-02 01:11:59.000000000 +0700
 > +++ general/g.region/main.c	2008-04-02 11:15:40.000000000 +0700
 > @@ -515,6 +515,8 @@
 >  			map_window.south = box.S;
 >  			map_window.west	 = box.W;
 >  			map_window.east	 = box.E;
 > +			map_window.top   = box.T;
 > +			map_window.bottom = box.B;

 >  			if (!first)
 >  			{

[...]

	BTW, I'm not familiar with either 3D-vectors or 3D-rasters, so
	could someone with a better knowledge of them test this (and
	possibly the other [1]) patch?  Or should I put it to Trac?

[1] http://permalink.gmane.org/gmane.comp.gis.grass.devel/26185



More information about the grass-dev mailing list