Ticket #1022 (closed defect: fixed)

Opened 2 years ago

Last modified 16 months ago

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 :)

Change History

Changed 2 years ago by robe

  • owner changed from pramsey to robe

Changed 17 months ago by robe

  • priority changed from high to low

Changed 17 months ago by strk

@robe: planning to do this for 2.0 ? Could it be a good candidate for GUC ? See wiki:DevGUC

Changed 16 months ago by pramsey

  • status changed from new to closed
  • resolution set to fixed

I've committed a non-GUC version at r9051, please test :)

Note: See TracTickets for help on using tickets.