| Date | Version | Notes |
|
| 2009-04-07 | 2.3.0 |
- including SQLite v.3.6.12
- including GEOS.3 1.0
- added SQL math functions
- added EXIF-GPS geometry-handling functions
- added the new Virtual Table module VirtualNetwork supporting direct SQL routing
[aka Dijkstra's shortest path algorithm]
- added the new Virtual Table module VirtualFDO supporting compatibility for FDO/OGR RFC16
- clear separation of library and tools
- introducing the amalgamation
- supporting Microsoft Visual Studio .NET
bug fixes: |
|
| 2008-09-16 | 2.2 |
- including SQLite v.3.6.2 [supporting the official and stable R*Tree implementation]
the v.3.6.2 implementation of R*Tree was affected by a serious bug, but SpatiaLite yet applies the
patch fixing this issue SQLite plans to officially release this fix in v.3.6.3
the v.3.6.2 R*Tree bug causes incorrect indexing for POINTs, i.e. when Xmin = Xmax and Ymin = Ymax
- including PROJ.4.6.1 and updated EPSG dataset
- added the new Virtual Table module MbrCache supporting an alternative Spatial Index
- added the new Virtual Table module VirtualText supporting direct SQL access to CSV and TxtTab files
bug fixes:
- resolved: incorrect parsing of WKT expressions containing negative coord values
- spatial-metadata-related SQL functions [such as CreateSpatialIndex()] now
interpreter table names and/or column names in a case-insensitive way
- fixed an error in the MBRIntersects() function
|
|
| 2008-07-14 | 2.1 alpha |
using libiconv in order to support full UTF-8 and locale charsets
added an user friendly GUI tool: spatialite-gui |
|
| 2008-06-23 | 2.0 |
completely re engineered code base
adopting standard GNU Automake build system [./configure; make; make install]
GEOS integration; now supporting complete Spatial analysis [full OpenGis compliance]
implementing standard Spatial MetaData
implementing Spatial Index via RTrees
|
|
| 2008-03-28 | 1.0a |
Enhanced portability added support for Linux-x86_64 and MacOsX-universal
|
| 2008-03-21 | 1.0 |
The initial release supporting only Windows and Linux-i686 |