Added config attribute for multi-line plates

This commit is contained in:
Matt Hill
2014-10-16 21:45:56 -04:00
parent 2e83a057c1
commit 1ce39c3f1f
5 changed files with 7 additions and 1 deletions

View File

@@ -139,6 +139,8 @@ void Config::loadValues(string country)
minPlateSizeWidthPx = getInt(country, "min_plate_size_width_px", 100);
minPlateSizeHeightPx = getInt(country, "min_plate_size_height_px", 100);
multiline = getBoolean(country, "multiline", false);
plateWidthMM = getFloat(country, "plate_width_mm", 100);
plateHeightMM = getFloat(country, "plate_height_mm", 100);