[GRASS-dev] Re: GRASS6.4.1

Benjamin Ducke benjamin.ducke at oxfordarch.co.uk
Mon Nov 22 17:30:51 EST 2010


> v.out.ogr: contains your improvements, not yet backported (has it been
> sufficiently tested?)

I did some testing when I made those enhancements, and there was
some positive feedback from other users. But I'd certainly be
willing to give it some more thorough testing if that makes the
decision easier for you. I am very interested in getting
those improvements into GRASS 6.4.1, because they make it easier
to integrate GRASS modules into other software (like the interface
from SEXTANTE that I am still working on).

Ben

> 
> v.in.ogr: contains this relevant fix (?):
> 
> diff -ru '--exclude=.svn' grass64_release/vector/v.in.ogr/geom.c
> grass65_release/vector/v.in.ogr/geom.c
> --- grass64_release/vector/v.in.ogr/geom.c 2010-10-09
> 21:50:43.489449120 +0200
> +++ grass65_release/vector/v.in.ogr/geom.c 2010-09-22
> 09:25:14.917974961 +0200
> @@ -301,9 +301,9 @@
> otype = GV_BOUNDARY;
> 
> if (split_distance > 0 && otype == GV_BOUNDARY)
> - split_line(Map, otype, Points, BCats);
> + split_line(Map, otype, Points, Cats);
> else - Vect_write_line(Map, otype, Points, BCats);
> + Vect_write_line(Map, otype, Points, Cats);
> 
> /* Isles */
> IPoints =
> 
> If no objections, I can backport v.in|out.ogr from 6.5 to 6.4.
> 
> Markus


------
Files attached to this email may be in ISO 26300 format (OASIS Open Document Format). If you have difficulty opening them, please visit http://iso26300.info for more information.



More information about the grass-dev mailing list