| Road Map |
| libspatialite |
- supporting SQLite v.3.7.0.1 [WAL]
- implementing the DB self initialization feature
- supporting WKT SRS definitions in spatial_ref_sys [as PostGIS does ...]
- fixed several TXT/CSV related issues
- ... and a lot of bug fixing, here and there ...
|
|
| spatialite-tools |
- supporting the DB self initialization feature
- added a new CLI tool spatialite_osm_map supporting direct acquisition of
complete maps from Open Street Map XML/OSM datasets
- added another new CLI tool spatialite_gml supporting direct acquisition of
base-line GML/XML datasets
|
|
| libgaiagraphics |
This new library supports graphical rendering.
The main rationale explaining why this library is usefull is because
it allows to centralize in only one place any rendering task.
In the previous implementation such stuff was badly sparsed between spatialite-gui,
spatialite-gis and librasterlite (more or less, at random).
And it was widely depending on wxWidgets.
So introducing this new library permits to adopt a much more cleaner design.
Please note: the current version is a very preliminary and incomplete one.
A more complete version will be surely released when the new RasterLite-2
will be released as well.
|
|
| librasterlite |
Major refactoring still in progress ... please wait until next-to-come release |
|
| spatialite-gui |
- mainly aligned in order to support any new feature introduced into the underlying libraris.
|
|
| spatialite-gis |
Major refactoring still in progress ... please wait until next-to-come release |
|