+
+ // Set to zero to disable polygon output
+ @define('CONST_PolygonOutput_MaximumTypes', 1);
+
+ // Log settings
+ @define('CONST_Log_DB', true);
+ @define('CONST_Log_File', false);
+ @define('CONST_Log_File_Format', 'TODO'); // Currently hard coded
+ @define('CONST_Log_File_SearchLog', '');
+ @define('CONST_Log_File_ReverseLog', '');