]> git.openstreetmap.org Git - nominatim.git/blobdiff - settings/settings.php
surpress output of osm_type/id for non-OSM objects in reverse xml
[nominatim.git] / settings / settings.php
index dbd9bf930cc801ccd45287001d4696dcb27ae98e..27b3446b3c9c70e7775055276a2e28225ece8cdb 100644 (file)
@@ -17,7 +17,7 @@
        @define('CONST_Osm2pgsql_Binary', CONST_BasePath.'/osm2pgsql/osm2pgsql');
        @define('CONST_Osmosis_Binary', '/usr/bin/osmosis');
 
-    // osm2pgsql settings
+       // osm2pgsql settings
        @define('CONST_Osm2pgsql_Flatnode_File', null);
 
        // Replication settings
@@ -55,6 +55,7 @@
        @define('CONST_ClosedForIndexingExceptionIPs', '');
        @define('CONST_BlockedIPs', '');
        @define('CONST_BulkUserIPs', '');
+       @define('CONST_BlockMessage', ''); // additional info to show for blocked IPs
 
        @define('CONST_Website_BaseURL', 'http://'.php_uname('n').'/');
        @define('CONST_Tile_Default', 'Mapnik');
@@ -67,6 +68,8 @@
        @define('CONST_Search_AreaPolygons_Enabled', true);
        @define('CONST_Search_AreaPolygons', true);
 
+       @define('CONST_Search_BatchMode', false);
+
        @define('CONST_Search_TryDroppedAddressTerms', false);
        @define('CONST_Search_NameOnlySearchFrequencyThreshold', false);