Daniel Suson <[email protected]> writes: > My problem is that createMapNameEPSGCode is included in > operations/oputils.hpp, which is not copied into the include directory > when PROJ is built. Is this a problem with how PROJ was installed, or > am I missing something regarding how to get access to this?
The first question to resolve is the definition of the C++, and whether what you want is formally part of that API. https://proj.org/en/latest/development/reference/cpp/index.html Searching for site:proj.org "createMapNameEPSGCode" comes up empty. So it might be that this function is not actually part of the API. _______________________________________________ PROJ mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/proj
