diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2017-03-16 12:40:30 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2017-03-16 14:32:26 +0100 |
| commit | d849419552c36d2f6f74973d075783666e179734 (patch) | |
| tree | 3c5e40242fedf551f21dd1b883cf8943d3646e02 /src/proj.def | |
| parent | 25066cfb3b90dc447b26cf4f796e7ed8f1377585 (diff) | |
| download | PROJ-d849419552c36d2f6f74973d075783666e179734.tar.gz PROJ-d849419552c36d2f6f74973d075783666e179734.zip | |
Add pj_find_file() function to retrieve the full filename of a proj resource file.
Will help GDAL finding where +nadgrids=... or +geoidgrids=... resouces are located
to be able to directly open them.
Diffstat (limited to 'src/proj.def')
| -rw-r--r-- | src/proj.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj.def b/src/proj.def index 0a688276..3792d3c0 100644 --- a/src/proj.def +++ b/src/proj.def @@ -106,3 +106,4 @@ EXPORTS pj_lp_dist @106 pj_xy_dist @107 pj_xyz_dist @108 + pj_find_file @109 |
