Skip to content

Commit

Permalink
slightly botched merge in 3d08a98
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 12, 2016
1 parent 3d08a98 commit 0497bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion io/las/GeotiffSupport.cpp
Expand Up @@ -35,13 +35,14 @@
#include "GeotiffSupport.hpp"

// GDAL
#include <geo_simpletags.h>
#include <geo_normalize.h>
#include <ogr_spatialref.h>
#include <cpl_conv.h>

#include <sstream>

PDAL_C_START
#ifdef __geotiff_h_

// These functions are available from GDAL, but they
// aren't exported.
Expand Down
1 change: 0 additions & 1 deletion io/las/LasReader.cpp
Expand Up @@ -583,7 +583,6 @@ void LasReader::addDimensions(PointLayoutPtr layout)
if (m_lasHeader.versionAtLeast(1, 4))
{
layout->registerDim(Id::ScanChannel);
layout->registerDim(Id::ClassFlags);
}

for (auto& dim : m_extraDims)
Expand Down

0 comments on commit 0497bb4

Please sign in to comment.