[Liblas-commits] hg: LASzip notes and release

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Jan 7 15:31:33 EST 2011


details:   http://hg.liblas.orghg/rev/e47b7d9c7f63
changeset: 2706:e47b7d9c7f63
user:      Howard Butler <hobu.inc at gmail.com>
date:      Fri Jan 07 14:31:14 2011 -0600
description:
LASzip notes and release
Subject: hg: merge

details:   http://hg.liblas.orghg/rev/6b84d63dc8e7
changeset: 2707:6b84d63dc8e7
user:      Howard Butler <hobu.inc at gmail.com>
date:      Fri Jan 07 14:31:25 2011 -0600
description:
merge

diffstat:

 doc/download.txt             |   3 +++
 doc/zip/index.txt            |  30 ++++++++++++++++++++++++++++++
 src/detail/writer/header.cpp |   4 ++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r d04b79647047 -r 6b84d63dc8e7 doc/download.txt
--- a/doc/download.txt	Fri Jan 07 09:55:21 2011 -0600
+++ b/doc/download.txt	Fri Jan 07 14:31:25 2011 -0600
@@ -22,6 +22,9 @@
 
 .. _`libLAS-1.6.0b3-src.tar.gz`: http://download.osgeo.org/liblas/libLAS-1.6.0b3.tar.gz
 
+.. note::
+    You may also want :ref:`laszip` for compression support.
+
 .. seealso::
     :ref:`source`
 
diff -r d04b79647047 -r 6b84d63dc8e7 doc/zip/index.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/zip/index.txt	Fri Jan 07 14:31:25 2011 -0600
@@ -0,0 +1,30 @@
+.. _laszip:
+
+******************************************************************************
+LASzip
+******************************************************************************
+
+
+Current Release(s)
+------------------------------------------------------------------------------
+
+* **2011-1-7** 
+
+  - `laszip-1.0.0b1-src.tar.gz <http://download.osgeo.org/laszip/laszip-1.0.0b1.tar.gz>`_ 
+    `(md5) <http://download.osgeo.org/laszip/laszip-1.0.0b1.tar.gz.md5>`__ 
+
+  - `laszip-1.0.0b1-src.zip <http://download.osgeo.org/laszip/laszip-1.0.0b1.zip>`_ 
+    `(md5) <http://download.osgeo.org/liblas/laszip-1.0.0b1.zip.md5>`__
+
+  - See `OSGeo4W <http://trac.osgeo.org/osgeo4w>`__ for Windows release.
+
+
+Development Source
+..............................................................................
+
+* Current Trunk: http://hg.liblas.org/zip
+
+
+
+
+
diff -r d04b79647047 -r 6b84d63dc8e7 src/detail/writer/header.cpp
--- a/src/detail/writer/header.cpp	Fri Jan 07 09:55:21 2011 -0600
+++ b/src/detail/writer/header.cpp	Fri Jan 07 14:31:25 2011 -0600
@@ -155,6 +155,10 @@
             throw configuration_error("LASzip compression support not enabled in this libLAS configuration.");
 #endif
         }
+        else
+        {
+            m_header.DeleteVLRs("laszip encoded", 22204);
+        }
 
         int32_t difference = m_header.GetDataOffset() - GetRequiredHeaderSize();
 


More information about the Liblas-commits mailing list