diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-13 11:46:08 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-15 16:16:31 +0100 |
| commit | 8a67a3fb96ffdb29887b2954dd4bb8af92f6960d (patch) | |
| tree | 11b712b6c4df671ae37377e66541939fef4ce799 /src/proj.h | |
| parent | e33f6b5eccdb0c66f5ff81c07a619708ebf9ec31 (diff) | |
| download | PROJ-8a67a3fb96ffdb29887b2954dd4bb8af92f6960d.tar.gz PROJ-8a67a3fb96ffdb29887b2954dd4bb8af92f6960d.zip | |
SQL output: add capability to restrict the authorities into which to look for intermediate objects
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1195,6 +1195,7 @@ PROJ_STRING_LIST PROJ_DLL proj_get_insert_statements(PJ_CONTEXT *ctx, const char *authority, const char *code, int numeric_codes, + const char *const *allowed_authorities, const char *const *options); char PROJ_DLL *proj_suggests_code_for(PJ_CONTEXT *ctx, |
