Skip to content

Commit 527f6df

Browse files
authored
Merge pull request #57 from rouault/CoordinateEpochGeoKey
Add CoordinateEpochGeoKey = 5120 of type DOUBLE
2 parents 0df4eea + 4ac77f0 commit 527f6df

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

libgeotiff/geo_get.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ ValuePair( VerticalCSTypeGeoKey, 4096) -- Section 6.3.4.1 codes --
144144
ValuePair( VerticalCitationGeoKey, 4097) -- documentation --
145145
ValuePair( VerticalDatumGeoKey, 4098) -- Section 6.3.4.2 codes --
146146
ValuePair( VerticalUnitsGeoKey, 4099) -- Section 6.3.1 (.x) codes --
147+
148+
See https://github.com/opengeospatial/geotiff/pull/99
149+
ValuePair( CoordinateEpochGeoKey, 5120) -- GeoKey of type double
147150
</pre>
148151
*/
149152

libgeotiff/geokeys.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,7 @@ ValuePair( VerticalCitationGeoKey, 4097) /* documentation */
7474
ValuePair( VerticalDatumGeoKey, 4098) /* Section 6.3.4.2 codes */
7575
ValuePair( VerticalUnitsGeoKey, 4099) /* Section 6.3.1 (.x) codes */
7676

77+
/* See https://github.com/opengeospatial/geotiff/pull/99 */
78+
ValuePair( CoordinateEpochGeoKey, 5120) /* GeoKey of type double */
79+
7780
/* End of Data base */

libgeotiff/geotiff.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#define GEOTIFF_SPEC_1_1_MINOR_REVISION 1
4848

4949
/* Library version */
50-
#define LIBGEOTIFF_VERSION 1600
50+
#define LIBGEOTIFF_VERSION 1700
5151

5252
#include "geo_config.h"
5353
#include "geokeys.h"

0 commit comments

Comments
 (0)