| Age | Commit message (Collapse) | Author |
|
The amalgamated version of SpatiaLite, which includes its own copy of SQLite,
is depreciated and will be discontinued in the near future:
https://groups.google.com/d/msg/spatialite-users/ZQcEx30p1W8/mi5Gvzlht7wJ
|
|
Ammend links for freexl, libspatialite, librasterlite, libgaiagraphics and
spatialite-tools to point at the archives rather than the front page.
The front page link breaks when new releases are made.
|
|
Adds new dependency on FreeXL for importing data from Excel spreadsheets. This
can be disabled via a new `--without-freexl` option.
|
|
-O3/-O2 leads to corrupt rtree indexes on 10.6/10.7 with both gcc and llvm-gcc.
This issue also affects SpatiaLite.
Closes #8584.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
libspatialite:
* completely refactored CSV/TXT reader
* now supporting KML and GML geometry output [AsKML(), AsGml()]
* introduced a new SQL function supporting easy WGS84 POINTs filtering: PtDistWithin()
* fixed several memory leaks (mainly related with the new WKT parser introduced in RC-3)
* fixed some bugs
* major updates to the build scripts
* update: SQLite v.3.7.3 [introducing Geometry Callbacks support: RTreeIntersects(), RTreeWithin(), RTreeContains(), RTreeDistWithin()]
spatialite-tools
* for the sake of clarity the spatialite_osm tool has been renamed as spatialite_osm_net
* new CLI tool: spatialite_osm_raw
* major updates to the build scripts
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Added version tag and removed the initialization database since
libspatialite now supports self initialization.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Reformatted a bit.
|