make number of polygon outputs allowed a constant

This commit is contained in:
Brian Quinion
2012-11-06 13:10:25 +00:00
parent f942f7c3bf
commit 9d8ee88591
2 changed files with 9 additions and 2 deletions

View File

@@ -33,6 +33,9 @@
@define('CONST_Suggestions_Enabled', false);
// Set to zero to disable polygon output
@define('CONST_PolygonOutput_MaximumTypes', 1);
// Log settings
@define('CONST_Log_DB', true);
@define('CONST_Log_File', false);