1 May 2003 10:03
Re: new simplify version (0.2)
Vincent Schut <schut <at> sarvision.com>
2003-05-01 08:03:10 GMT
2003-05-01 08:03:10 GMT
strk, to update from version 0.1, can I simply make install and run the sql script on the database that currently has simplify0.1 support enabled? Or should I first disable simplify0.1 support on the database (how?) and then enable 0.2? Vincent. On Wednesday 30 April 2003 19:42, strk wrote: > Here it is: > > http://cobalt.rmnet.it/~san/postgis/simplify/simplify-0.2.tgz > > Nothing really new... just a bug fix that prevented simplified > geometry from having a correct bvol and a bare handling of > rings with < 4pts (skipped). > > --strk; > > _______________________________________________ > postgis-users mailing list > postgis-users <at> postgis.refractions.net > http://postgis.refractions.net/mailman/listinfo/postgis-users -- -- ______________________________________ Vincent Schut (schut <at> sarvision.com) Sarvision B.V. Wageningen, The Netherlands www.sarvision.com(Continue reading)
though there's 'nothing really new' it works a lot better with my sloppy
indonesian shapefiles now...
Thanks,
Vincent.
On Friday 02 May 2003 10:14, strk wrote:
> schut wrote:
> > strk,
> >
> > to update from version 0.1, can I simply make install and run the sql
> > script on the database that currently has simplify0.1 support enabled? Or
> > should I first disable simplify0.1 support on the database (how?) and
> > then enable 0.2?
>
> Running make install should be enaught.
> There is no need of disable/enable again.
>
> Enabling script just maps a simplify() stored procedure to the shared
> object simplify.so - with make install you will overwrite the sared object,
> so any further postgres instance will use the new implementation.
>
> Be aware that connection opened before installing the new version will
> still use the old loaded version: in these cases reconnect to the backend
> or use 'LOAD $libdir/simplify.so' to force reload.
>
> --strk;
RSS Feed