[Liblas-commits] hg-main-tree: sync with liblas/laszip

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Jun 30 17:26:28 EDT 2011


details:   http://hg.libpc.orghg-main-tree/rev/5d625cbd1719
changeset: 824:5d625cbd1719
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Thu Jun 30 17:21:19 2011 -0400
description:
sync with liblas/laszip
Subject: hg-main-tree: sync laszip ref files for 2.0

details:   http://hg.libpc.orghg-main-tree/rev/475963785a2f
changeset: 825:475963785a2f
user:      Michael P. Gerlek <mpg at flaxen.com>
date:      Thu Jun 30 17:22:26 2011 -0400
description:
sync laszip ref files for 2.0

diffstat:

 src/drivers/las/ZipPoint.cpp        |    2 +-
 test/data/1.2-with-color.laz        |    0 
 test/data/1.2-with-color_LIBLAS.laz |    0 
 test/data/1.2-with-color_NATIVE.laz |    0 
 test/unit/LasWriterTest.cpp         |    2 +-
 test/unit/LiblasWriterTest.cpp      |    2 +-
 6 files changed, 3 insertions(+), 3 deletions(-)

diffs (42 lines):

diff -r ae2ab1d4b9ac -r 475963785a2f src/drivers/las/ZipPoint.cpp
--- a/src/drivers/las/ZipPoint.cpp	Thu Jun 30 15:13:38 2011 -0500
+++ b/src/drivers/las/ZipPoint.cpp	Thu Jun 30 17:22:26 2011 -0400
@@ -60,7 +60,7 @@
 
 static const char* laszip_userid("laszip encoded");
 static boost::uint16_t laszip_recordid = 22204;
-static const char* laszip_description = "encoded for sequential access";
+static const char* laszip_description = "http://laszip.org";
 
 
 ZipPoint::ZipPoint(PointFormat format, const std::vector<VariableLengthRecord>& vlrs)
diff -r ae2ab1d4b9ac -r 475963785a2f test/data/1.2-with-color.laz
Binary file test/data/1.2-with-color.laz has changed
diff -r ae2ab1d4b9ac -r 475963785a2f test/data/1.2-with-color_LIBLAS.laz
Binary file test/data/1.2-with-color_LIBLAS.laz has changed
diff -r ae2ab1d4b9ac -r 475963785a2f test/data/1.2-with-color_NATIVE.laz
Binary file test/data/1.2-with-color_NATIVE.laz has changed
diff -r ae2ab1d4b9ac -r 475963785a2f test/unit/LasWriterTest.cpp
--- a/test/unit/LasWriterTest.cpp	Thu Jun 30 15:13:38 2011 -0500
+++ b/test/unit/LasWriterTest.cpp	Thu Jun 30 17:22:26 2011 -0400
@@ -118,7 +118,7 @@
         pdal::drivers::las::LasReader reader("temp.laz");
     }
 
-    bool filesSame = Support::compare_files("temp.laz", Support::datapath("1.2-with-color.laz"));
+    bool filesSame = Support::compare_files("temp.laz", Support::datapath("1.2-with-color_NATIVE.laz"));
     BOOST_CHECK(filesSame);
 
     if (filesSame)
diff -r ae2ab1d4b9ac -r 475963785a2f test/unit/LiblasWriterTest.cpp
--- a/test/unit/LiblasWriterTest.cpp	Thu Jun 30 15:13:38 2011 -0500
+++ b/test/unit/LiblasWriterTest.cpp	Thu Jun 30 17:22:26 2011 -0400
@@ -113,7 +113,7 @@
 
     Utils::closeFile(ofs);
 
-    bool filesSame = Support::compare_files("temp.laz", Support::datapath("1.2-with-color.laz"));
+    bool filesSame = Support::compare_files("temp.laz", Support::datapath("1.2-with-color_LIBLAS.laz"));
     BOOST_CHECK(filesSame);
 
     if (filesSame)


More information about the Liblas-commits mailing list