>>>>> Ivan Shmakov <[EMAIL PROTECTED]> writes:
>>>>> Maciej Sieczka <[EMAIL PROTECTED]> 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

_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to