v.3.0.0 preview

27 views
Skip to first unread message

a.furieri

unread,
Jul 20, 2011, 9:16:29 AM7/20/11
to SpatiaLite Users
Hi List,

the final countdown preceding the next-to-come
stable release is now started.
After some thought, I decided that this next
version will be numbered as v.3.0.0:

* so to clearly show that the never-ending sequence
of "experimental" 2.4.0-RCx is now definitively
superseded
* and so many changes, fixes, upgrades and new features
have been introduced in the meanwhile that a "major"
version step seems to be absolutely appropriate

For now, here you can find several useful previews
of the many coolest new features supported by v.3.0:
http://www.gaia-gis.it/GEOS-advanced.pdf

Any community suggestion or comment is welcome.

bye Sandro

a.furieri

unread,
Jul 20, 2011, 12:57:52 PM7/20/11
to SpatiaLite Users

ahmadou dicko

unread,
Jul 20, 2011, 1:06:13 PM7/20/11
to spatiali...@googlegroups.com
Hi Sandro

Congratulation for the 3.0.0 version (milestone ??). I tried to install it in my ubuntu (11.04) box but i faced a problem

DBL_MAX was not declared in the gg_relation.c (line number 3276), so i added the following :

#include <float.h>  in the header, and i was able to finish the installation smoothly.

I don't have much experience in C++ programming, so will i face some further issue because of that line ?

Thanks again 

2011/7/20 a.furieri <a.fu...@lqt.it>

bye Sandro

--
You received this message because you are subscribed to the Google Groups "SpatiaLite Users" group.
To post to this group, send email to spatiali...@googlegroups.com.
To unsubscribe from this group, send email to spatialite-use...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spatialite-users?hl=en.


romain

unread,
Jul 20, 2011, 7:06:59 PM7/20/11
to SpatiaLite Users
Waou,
Quite Impressive !

Looking forward to test it !

On Jul 21, 5:06 am, ahmadou dicko <dicko.ahma...@gmail.com> wrote:
> Hi Sandro
>
> Congratulation for the 3.0.0 version (milestone ??). I tried to install it
> in my ubuntu (11.04) box but i faced a problem
>
> *DBL_MAX* was not declared in the* gg_relation.c* (line number 3276), so i
> added the following :
>
> *#include <float.h>*  in the header, and i was able to finish the
> installation smoothly.
>
> I don't have much experience in C++ programming, so will i face some further
> issue because of that line ?
>
> Thanks again
>
> 2011/7/20 a.furieri <a.furi...@lqt.it>
> >http://www.gaia-gis.it/spatialite-3.0.0/libspatialite-amalgamation-3....
>
> >http://www.gaia-gis.it/spatialite-3.0.0/libspatialite-amalgamation-3....

Vlad

unread,
Jul 22, 2011, 2:41:13 AM7/22/11
to SpatiaLite Users
Hi Sandro!

Cool! Congratulations!
I look forward to get links for the win binaries!

buy Vlad

Dominique Pellé

unread,
Jul 23, 2011, 7:44:07 AM7/23/11
to spatiali...@googlegroups.com
a.furieri wrote:

Ciao Sandro

Thanks for all your work on libspatialite.
Here is a trivial patch to fix a bug in libspatialite-3.0.0-alpha:

--- 8< --- cut here --- 8< --- cut here --- 8< ---
$ cd libspatialite-3.0.0-alpha/src/gaiageo
$ diff -c gg_wkb.c.orig gg_wkb.c
*** gg_wkb.c.orig 2011-07-20 18:42:55.000000000 +0200
--- gg_wkb.c 2011-07-23 13:32:01.092164003 +0200
***************
*** 4739,4745 ****
/* prints the GEOS/PostGIS EWKB text representation of current geometry */
char buf[2048];
unsigned char endian_buf[16];
! char byte[2];
char *ptr;
int size;
int type;
--- 4739,4745 ----
/* prints the GEOS/PostGIS EWKB text representation of current geometry */
char buf[2048];
unsigned char endian_buf[16];
! char byte[3];
char *ptr;
int size;
int type;
--- 8< --- cut here --- 8< --- cut here --- 8< ---

Buffer 'byte' should be 3 bytes long since we write a 2 byte string + end
of string in it with 'sprintf (byte, "%02X", endian_buf[i]);'

Cheers
-- Dominique

Reply all
Reply to author
Forward
0 new messages