Skip to content

Commit

Permalink
Merge branch 'grid-1.3.3' of https://github.com/PDAL/PDAL into grid-1…
Browse files Browse the repository at this point in the history
….3.3
  • Loading branch information
abellgithub committed Feb 20, 2015
2 parents 5affead + 7299482 commit 95d3b95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/drivers/las/VariableLengthRecord.cpp
Expand Up @@ -315,7 +315,8 @@ static bool setSRSFromVLRs_geotiff(const std::vector<VariableLengthRecord>& vlrs

const std::string wkt = geotiff.getWkt(false,false);

srs.setFromUserInput(wkt);
if (wkt.size())
srs.setFromUserInput(wkt);
#else
boost::ignore_unused_variable_warning(srs);
boost::ignore_unused_variable_warning(vlrs);
Expand Down

0 comments on commit 95d3b95

Please sign in to comment.