From a54c5e3003b104ef861f5a08bcfbda4c0be30870 Mon Sep 17 00:00:00 2001 From: appelflap Date: Sun, 6 Jan 2013 19:48:30 +0100 Subject: [PATCH] use Postgis Version variable --- settings/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5