Skip to content

Releases: ngageoint/coordinate-reference-systems-ios

2.0.0 (SPM)

03 Jun 19:50

Choose a tag to compare

  • Swift Package Manager support exposes public headers and restructures code for SPM format.
  • Renamed framework from crs-ios to CoordinateReferenceSystems in SPM (dashes break SPM bundle resources)
  • Updated to use NS_ENUM for C enum for Swift/Objective-C interoperability
  • Updated tests (Objective-C based and Swift based tests)
  • Removed Cocoapods (deprecated)
  • Updated build instructions and github workflows
  • Full Changelog: 1.0.5...2.0.0

1.0.5

07 Nov 17:54

Choose a tag to compare

1.0.5 (11-07-2023)

  • Module definition

Full Changelog: 1.0.4...1.0.5

1.0.4

09 Jan 17:14

Choose a tag to compare

1.0.4 (01-09-2023)

  • Imports cleanup and simplification

Full Changelog: 1.0.3...1.0.4

1.0.3

04 May 15:44

Choose a tag to compare

1.0.3 (05-04-2022)

  • Non projected ETRS89 GeoDatum fix (EPSG:4258)

Full Changelog: 1.0.2...1.0.3

1.0.2

09 Feb 13:16

Choose a tag to compare

1.0.2 (02-09-2022)

  • ETRS89 Geo Datums enumeration
  • Additional included names in Ellipsoids
  • Ellipsoids saved reciprocal flattening value
  • Prime Meridians name capitalizations
  • Prime Meridians offset from greenwich in degrees

Full Changelog: 1.0.1...1.0.2

1.0.1

14 Oct 16:51

Choose a tag to compare

1.0.1 (10-14-2021)

  • Adjustment to OSGB36 datum name and transform
  • Projection parsing parameter and unit checking improvements

1.0.0

16 Sep 11:20

Choose a tag to compare

1.0.0 (09-16-2021)

  • Initial Release