From 2ff5ba0204bec9de1a189226d03f544e95c8da9c Mon Sep 17 00:00:00 2001 From: Kashif Rasul Date: Thu, 18 Nov 2010 10:59:22 +0100 Subject: Updated formula: libspatialite and spatialite-tools to 2.4.0-rc4 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 --- Library/Formula/libspatialite.rb | 6 +++--- Library/Formula/spatialite-tools.rb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libspatialite.rb b/Library/Formula/libspatialite.rb index 91db26570..6fb9ee943 100644 --- a/Library/Formula/libspatialite.rb +++ b/Library/Formula/libspatialite.rb @@ -1,10 +1,10 @@ require 'formula' class Libspatialite