From cd236269830380a37c9cf5c9ea536334b3ee8bdf Mon Sep 17 00:00:00 2001 From: Brian Osborn Date: Mon, 2 May 2022 10:47:30 -0600 Subject: [PATCH] Non projected ETRS89 GeoDatum fix (EPSG:4258) --- CHANGELOG.md | 2 +- crs-ios/util/proj/CRSProjParser.m | 3 +- crs-iosTests/util/proj/CRSProjParserTest.m | 48 ++++++++++++++++++++++ 3 files changed, 51 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80dd1bb..9cd2b05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Adheres to [Semantic Versioning](http://semver.org/). ## 1.0.3 (TBD) -* TBD +* Non projected ETRS89 GeoDatum fix (EPSG:4258) ## [1.0.2](https://github.com/ngageoint/coordinate-reference-systems-ios/releases/tag/1.0.2) (02-09-2022) diff --git a/crs-ios/util/proj/CRSProjParser.m b/crs-ios/util/proj/CRSProjParser.m index 896c539..650775d 100644 --- a/crs-ios/util/proj/CRSProjParser.m +++ b/crs-ios/util/proj/CRSProjParser.m @@ -140,7 +140,8 @@ +(void) updateDatumWithParams: (CRSProjParams *) params andGeoDatum: (NSObject