[PROJ] Definition of EPSG:4164

Nyall Dawson nyall.dawson at gmail.com
Sun May 12 15:38:47 PDT 2019


Hi list,

On proj master, running "projinfo EPSG:4164" results in the output (as
expected) of:

PROJ.4 string:
+proj=longlat +ellps=krass +towgs84=-76,-138,67,0,0,0,0 +no_defs +type=crs

Yet, running the code:

PJ* crs = proj_create_from_database( 0, "EPSG", "4164",
PJ_CATEGORY_CRS, false, nullptr );
const char* projstring = proj_as_proj_string( 0, crs, PJ_PROJ_4, nullptr);

results in "+proj=longlat +ellps=krass +no_defs +type=crs", with no
towgs84 param.

What am I missing here?

Nyall


More information about the PROJ mailing list