[postgis-devel] Proposing 1.5.0

Mark Cave-Ayland mark.cave-ayland at siriusit.co.uk
Wed Jan 27 04:41:29 PST 2010


Paragon Corporation wrote:

> Will test win32 later today, however I think we concluded the win32 was
> fine.  That issue that came up was because the 1.4+ spatial_ref_sys.sql was
> wrong and Paul fixed that.
> 
> Is that what you are referring to Mark?

Nope :)

As you know, the Win32 installer includes its own copy of the PROJ.4 DLL 
  compiled with the extra NAD datum shift files. In order for the 
installer to keep everything inside the PostgreSQL tree (and not cause 
problems with other PROJ.4 DLLs installed on people's machines), PostGIS 
modifies the search path to include the 
$sharedir/postgresql/contrib/postgis/proj directory which is where the 
grid files with the Win32 installer should be stored.

Obviously with the recent versioning changes this directory needs to be 
changed to $sharedir/postgresql/contrib/postgis-1.5/proj. The previously 
attached patch makes this change. You can check by running a 
ST_Transform() on a grid-shift transformation with/without the directory 
present.


HTH,

Mark.

-- 
Mark Cave-Ayland - Senior Technical Architect
PostgreSQL - PostGIS
Sirius Corporation plc - control through freedom
http://www.siriusit.co.uk
t: +44 870 608 0063

Sirius Labs: http://www.siriusit.co.uk/labs



More information about the postgis-devel mailing list