You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using 7.0.1, with api.h, I can pass an updated list of search paths using proj_context_set_search_paths, but a subsequent call to proj_info doesn't reflect the update. Since proj_info doesn't take a PJ_CONTEXT*, I'm just double-checking whether I've done something wrong when setting the new paths, or whether proj_info isn't supposed to show the update.
The text was updated successfully, but these errors were encountered:
Ah, thanks for clarifying. If I set the new search path on the default context, do custom contexts (existing or subsequently-created) use the updated paths?
Using 7.0.1, with
api.h
, I can pass an updated list of search paths usingproj_context_set_search_paths
, but a subsequent call toproj_info
doesn't reflect the update. Sinceproj_info
doesn't take aPJ_CONTEXT*
, I'm just double-checking whether I've done something wrong when setting the new paths, or whetherproj_info
isn't supposed to show the update.The text was updated successfully, but these errors were encountered: