Hi,
I finally managed to build proj on Windows. 馃帀
When bundling and distributing proj.db from the .exe the way I found seems to be to use ProjBuilder and set_search_paths. Which only appends one path to the internal search paths.
This is a problem as there is no way to clear the search paths or reordering them to prioritise my distributed proj.db path. Instead it will always be the last place to look at.
Instead it would be better to have proper get and set functions so reordering or clearing of the search paths can be done manually.
Or is there another way of doing this I have overseen?
Hi,
I finally managed to build
projon Windows. 馃帀When bundling and distributing
proj.dbfrom the.exethe way I found seems to be to useProjBuilderandset_search_paths. Which only appends one path to the internal search paths.This is a problem as there is no way to clear the search paths or reordering them to prioritise my distributed
proj.dbpath. Instead it will always be the last place to look at.Instead it would be better to have proper
getandsetfunctions so reordering or clearing of the search paths can be done manually.Or is there another way of doing this I have overseen?