From 46ed39e10e928969efbe5c862e2b1dfd607cd1ca Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Fri, 25 Jun 2021 09:04:40 -0500 Subject: [PATCH] respond to comments --- io/GDALReader.hpp | 2 +- io/GDALWriter.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/io/GDALReader.hpp b/io/GDALReader.hpp index 50376fe6ad..bb0cabd860 100644 --- a/io/GDALReader.hpp +++ b/io/GDALReader.hpp @@ -70,7 +70,7 @@ class PDAL_DLL GDALReader : public Reader , public Streamable std::unique_ptr m_raster; std::vector m_bandTypes; std::vector m_bandIds; - std::vector m_GDAL_metadata; + pdal::StringList m_GDAL_metadata; std::string m_header; int m_width; int m_height; diff --git a/io/GDALWriter.cpp b/io/GDALWriter.cpp index 732feef668..fa81207739 100644 --- a/io/GDALWriter.cpp +++ b/io/GDALWriter.cpp @@ -167,8 +167,6 @@ void GDALWriter::initialize() // set later in writeView. m_expandByPoint = !m_fixedGrid; - - }