Skip to content

Commit

Permalink
Add ALLOW_ELLIPSOIDAL_HEIGHT_AS_VERTICAL_CRS=YES for 1.4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gridvm1 committed Nov 29, 2020
1 parent a5a08a6 commit 222d918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdal/SpatialReference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ std::string SpatialReference::getWKT1() const
if (srs)
{
char *buf = nullptr;
const char* apszOptions[] = { "FORMAT=WKT1_GDAL", nullptr };
const char* apszOptions[] = { ["FORMAT=WKT1_GDAL", "ALLOW_ELLIPSOIDAL_HEIGHT_AS_VERTICAL_CRS=YES"], nullptr };

srs->exportToWkt(&buf, apszOptions);
if (buf)
Expand Down

0 comments on commit 222d918

Please sign in to comment.