[Liblas-commits] hg: remove libspatialindex stuff, not needed
liblas-commits at liblas.org
liblas-commits at liblas.org
Mon Aug 16 15:04:37 EDT 2010
changeset 11422dede1a9 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=11422dede1a9
summary: remove libspatialindex stuff, not needed
diffstat:
python/liblas/__init__.py | 1 -
python/liblas/core.py | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r e51d520a78dd -r 11422dede1a9 python/liblas/__init__.py
--- a/python/liblas/__init__.py Mon Aug 16 11:49:59 2010 -0500
+++ b/python/liblas/__init__.py Mon Aug 16 14:04:31 2010 -0500
@@ -4,7 +4,6 @@
version = get_version()
HAVE_GDAL = bool(las.LAS_IsGDALEnabled())
HAVE_LIBGEOTIFF = bool(las.LAS_IsLibGeoTIFFEnabled())
-HAVE_SPATIALINDEX = bool(las.LAS_IsLibSpatialIndexEnabled())
import sys
diff -r e51d520a78dd -r 11422dede1a9 python/liblas/core.py
--- a/python/liblas/core.py Mon Aug 16 11:49:59 2010 -0500
+++ b/python/liblas/core.py Mon Aug 16 14:04:31 2010 -0500
@@ -164,7 +164,6 @@
las.LAS_IsGDALEnabled.restype = ctypes.c_int
las.LAS_IsLibGeoTIFFEnabled.restype = ctypes.c_int
-las.LAS_IsLibSpatialIndexEnabled.restype = ctypes.c_int
las.LAS_GetVersion.restype = ctypes.POINTER(ctypes.c_char)
las.LAS_GetVersion.errcheck = free_returned_char_p
More information about the Liblas-commits
mailing list