From: appelflap Date: Sun, 6 Jan 2013 18:48:30 +0000 (+0100) Subject: use Postgis Version variable X-Git-Tag: v2.2.0~142^2~1 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/a54c5e3003b104ef861f5a08bcfbda4c0be30870 use Postgis Version variable --- diff --git a/settings/settings.php b/settings/settings.php index 6f6f843b..26b48551 100644 --- a/settings/settings.php +++ b/settings/settings.php @@ -13,7 +13,7 @@ // Paths @define('CONST_Path_Postgresql_Contrib', '/usr/share/postgresql/'.CONST_Postgresql_Version.'/contrib'); - @define('CONST_Path_Postgresql_Postgis', CONST_Path_Postgresql_Contrib.'/postgis-1.5'); + @define('CONST_Path_Postgresql_Postgis', CONST_Path_Postgresql_Contrib.'/postgis-'.CONST_Postgis_Version); @define('CONST_Osm2pgsql_Binary', CONST_BasePath.'/osm2pgsql/osm2pgsql'); @define('CONST_Osmosis_Binary', '/usr/bin/osmosis');