[PROJ] problem with c++ API coding
Greg Troxel
gdt at lexort.com
Wed May 31 05:30:26 PDT 2023
Daniel Suson <djsuson at gmail.com> 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.
More information about the PROJ
mailing list