diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-09-08 14:34:50 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-09-08 17:05:45 +0200 |
| commit | 078952e7f078e029d66ab6ca1ed594dfecadd1fc (patch) | |
| tree | fe4d22d37c1ba5343a5f5b17382ba6a8a1cb154e /src/proj_constants.h | |
| parent | bc568fcc99257731a939d93cd0caa4725e6803e4 (diff) | |
| download | PROJ-078952e7f078e029d66ab6ca1ed594dfecadd1fc.tar.gz PROJ-078952e7f078e029d66ab6ca1ed594dfecadd1fc.zip | |
createOperations(): use an explicit conversion operation for geodetic <--> geocentric latitude
Diffstat (limited to 'src/proj_constants.h')
| -rw-r--r-- | src/proj_constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proj_constants.h b/src/proj_constants.h index f67a0583..5985f1b1 100644 --- a/src/proj_constants.h +++ b/src/proj_constants.h @@ -693,5 +693,9 @@ #define EPSG_NAME_METHOD_GEOGRAPHIC_TOPOCENTRIC "Geographic/topocentric conversions" #define EPSG_CODE_METHOD_GEOGRAPHIC_TOPOCENTRIC 9837 +/* ------------------------------------------------------------------------ */ + +#define PROJ_WKT2_NAME_METHOD_GEOGRAPHIC_GEOCENTRIC_LATITUDE \ + "Geographic latitude / Geocentric latitude" #endif /* PROJ_CONSTANTS_INCLUDED */ |
