[Liblas-commits] r1061 - trunk/src

liblas-commits at liblas.org liblas-commits at liblas.org
Fri Feb 20 17:54:43 EST 2009


Author: hobu
Date: Fri Feb 20 17:54:41 2009
New Revision: 1061
URL: http://liblas.org/changeset/1061

Log:
oops, we're broken right now

Modified:
   trunk/src/lassrs.cpp

Modified: trunk/src/lassrs.cpp
==============================================================================
--- trunk/src/lassrs.cpp	(original)
+++ trunk/src/lassrs.cpp	Fri Feb 20 17:54:41 2009
@@ -371,7 +371,7 @@
        
 void LASSRS::SetWKT(std::string const& v)
 {
-    if (! m_gtiff ) GetGTIF();
+    // if (! m_gtiff ) GetGTIF(); ResetVLRs();
 
 #ifdef HAVE_GDAL
     
@@ -442,8 +442,8 @@
 void LASSRS::SetProj4(std::string const& v)
 {
 
-    if (! m_gtiff ) GetGTIF();
-    
+    // if (! m_gtiff ) GetGTIF(); ResetVLRs();
+   
 #ifdef HAVE_GDAL
 
     char* poWKT = NULL;


More information about the Liblas-commits mailing list