Ticket #1022 (closed defect: fixed)
Change searched location of proj files when no proj variable
| Reported by: | robe | Owned by: | robe |
|---|---|---|---|
| Priority: | low | Milestone: | PostGIS 2.0.0 |
| Component: | postgis | Version: | trunk |
| Keywords: | Cc: |
Description
PostGIS currently looks for proj grid shift files in share\contrib\postgis\proj and if present uses that.
As discussed in: http://www.postgis.org/pipermail/postgis-devel/2011-June/013594.html
I would like the default location changed to /share/contrib/postgis-whateverversion/proj
My plan is to release 2.0.0 with proj 4.7 instead of 4.6.1. This will not conflict with any 1.* installs since the generated file will be libproj-0.dll which seems to be what GDAL looks for by default when PROJSO environment variable is not set on windows.
It will also get rid of that nagging problem of people asking -- what is that postgis folder for and thinking its some legacy thing they can delete. Now it will be legacy :)
