Skip to content

Commit

Permalink
SpatialReference::isWKT2(): add missing keywords, and fix typo VERITC…
Browse files Browse the repository at this point in the history
…ALCRS -> VERTICALCRS
  • Loading branch information
rouault committed Sep 18, 2023
1 parent 8a2df7f commit b1747e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pdal/SpatialReference.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -499,9 +499,11 @@ bool SpatialReference::isWKT2(const std::string& wkt)
{
StringList leaders {
"GEODCRS", "GEODETICCRS",
"GEOGCRS", "GEOGRAPHICCRS",
"PROJCRS", "PROJECTEDCRS",
"VERTCRS", "VERITCALCRS",
"VERTCRS", "VERTICALCRS",
"ENGCRS", "ENGINEERINGCRS",
"BOUNDCRS",
"IMAGECRS",
"PARAMETRICCRS",
"TIMECRS",
Expand Down

0 comments on commit b1747e2

Please sign in to comment.