[Liblas-commits] hg: revert r3027, the problem is in the reader

liblas-commits at liblas.org liblas-commits at liblas.org
Tue Jun 28 12:15:38 EDT 2011


details:   http://hg.liblas.orghg/rev/8e709186680d
changeset: 3028:8e709186680d
user:      Howard Butler <hobu.inc at gmail.com>
date:      Tue Jun 28 11:15:34 2011 -0500
description:
revert r3027, the problem is in the reader

diffstat:

 src/detail/writer/header.cpp |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r 0f5faf171c35 -r 8e709186680d src/detail/writer/header.cpp
--- a/src/detail/writer/header.cpp	Tue Jun 28 10:37:50 2011 -0500
+++ b/src/detail/writer/header.cpp	Tue Jun 28 11:15:34 2011 -0500
@@ -154,7 +154,6 @@
             VariableRecord v;
             zpd.ConstructVLR(v);
             m_header.AddVLR(v);
-            m_header.SetDataOffset(m_header.GetDataOffset()+v.GetRecordLength());
 #else
             throw configuration_error("LASzip compression support not enabled in this libLAS configuration.");
 #endif


More information about the Liblas-commits mailing list