We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0585ac commit 723e374Copy full SHA for 723e374
src/m/modules/CoordTransform.m
@@ -37,6 +37,8 @@
37
whatproj=what('share/proj');
38
if ~isempty(whatproj) && isdir(whatproj.path)
39
setenv('PROJ_LIB', whatproj.path);
40
+elseif exist([issmdir() 'externalpackages/proj/install/share/proj/'], 'dir')
41
+ setenv('PROJ_LIB', [issmdir() 'externalpackages/proj/install/share/proj/']);
42
end
43
setenv('DYLD_LIBRARY_PATH',[issmdir() '/externalpackages/proj/install/lib']);
44
0 commit comments