From 4cfbc6508292b7e5ae2a2d547fef5b0b99869935 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Thu, 4 Oct 2018 11:21:50 -0500 Subject: [PATCH] 'pdal info --all' should output '--boundary' too --- kernels/InfoKernel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/kernels/InfoKernel.cpp b/kernels/InfoKernel.cpp index 51882993a7..9937c460b9 100644 --- a/kernels/InfoKernel.cpp +++ b/kernels/InfoKernel.cpp @@ -86,6 +86,7 @@ void InfoKernel::validateSwitches(ProgramArgs& args) m_showStats = true; m_showMetadata = true; m_showSchema = true; + m_boundary = true; } if (m_boundary)