From 53abcb0425eecceea076ba29ea3f071f53156efa Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Thu, 30 Jul 2020 17:42:27 +0200 Subject: PROJ CRS string ingestion: fix typo in identification of projection steps (fixes #2307) --- src/iso19111/io.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/iso19111/io.cpp') diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index 4fc9b70f..a5e473c0 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -8122,7 +8122,7 @@ static bool isProjectedStep(const std::string &name) { // transformations. if (name == "pipeline" || name == "geoc" || name == "deformation" || name == "helmert" || name == "hgridshift" || name == "molodensky" || - name == "vgridshit") { + name == "vgridshift") { return false; } const auto *operations = proj_list_operations(); -- cgit v1.2.3