diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-12 14:41:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-12 14:41:40 +0100 |
| commit | 899b7ef5c8cd6613ff89de28d60bcd34fc9ff0c4 (patch) | |
| tree | 8f6c70734731108d66e6219d0ef4ab27e23d328a /src/proj_internal.h | |
| parent | ca2ab9ed24101b6bd4bdec6791deca3f7d5ad204 (diff) | |
| parent | 9a23a23ef20f6f5bd10e5dd4b16fa6c03ba40895 (diff) | |
| download | PROJ-899b7ef5c8cd6613ff89de28d60bcd34fc9ff0c4.tar.gz PROJ-899b7ef5c8cd6613ff89de28d60bcd34fc9ff0c4.zip | |
Merge pull request #1726 from rouault/proj_assign_context_fix
Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord operations
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index 6d978b35..5289e1c9 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -922,6 +922,8 @@ std::string pj_double_quote_string_param_if_needed(const std::string& str); PJ *pj_create_internal (PJ_CONTEXT *ctx, const char *definition); PJ *pj_create_argv_internal (PJ_CONTEXT *ctx, int argc, char **argv); +void pj_pipeline_assign_context_to_steps( PJ* P, PJ_CONTEXT* ctx ); + /* classic public API */ #include "proj_api.h" |
