]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/settings.php
Allow linking of ways to points (by name) as well as for relation admin areas
[nominatim.git] / settings / settings.php
index f2cdf9187d7a373ce6262d07229e73a17941915a..fc6ee8dedfca2f4fa7f46ad7246121e5e8c4518e 100644 (file)
@@ -17,6 +17,9 @@
        @define('CONST_Osm2pgsql_Binary', CONST_BasePath.'/osm2pgsql/osm2pgsql');
        @define('CONST_Osmosis_Binary', '/usr/bin/osmosis');
 
+       // osm2pgsql settings
+       @define('CONST_Osm2pgsql_Flatnode_File', null);
+
        // Replication settings
        @define('CONST_Replication_Url', 'http://planet.openstreetmap.org/replication/minute');
        @define('CONST_Replication_MaxInterval', '3600');
@@ -64,8 +67,6 @@
        @define('CONST_Search_AreaPolygons_Enabled', true);
        @define('CONST_Search_AreaPolygons', true);
 
-       @define('CONST_Suggestions_Enabled', false);
-
        @define('CONST_Search_TryDroppedAddressTerms', false);
        @define('CONST_Search_NameOnlySearchFrequencyThreshold', false);