]> mj.ucw.cz Git - leo.git/blobdiff - map.cf
Labelling: Support for better bitmaps granularity
[leo.git] / map.cf
diff --git a/map.cf b/map.cf
index 0751960a2d685ec1f54f99a57ae2d2f0b7e8929b..ab93d5e6d4bbef8bbaac3f6ed822acde71387059 100644 (file)
--- a/map.cf
+++ b/map.cf
@@ -67,6 +67,15 @@ Debug {
        DumpSymbols 0
 }
 
+Labelling {
+       # Maximal length of line section in milimeters
+       MaxSectionLenght 80
+       # Section's length may exceed limit by at most [mm]
+       MaxSectionOverlay 10
+       # Bitmap granularity (bitmap points per milimeter)
+       BitmapGranularity 1
+}
+
 Evolution {
        # Number of individuals in each generation
        PopSize 50
@@ -100,9 +109,4 @@ Evolution {
        MutateChvarBound 0.1
 
        ElitePopSize 0.1
-
-       # Maximal length of line section in milimeters
-       MaxSectionLenght 80
-       # Section's length may exceed limit by at most [mm]
-       MaxSectionOverlay 10
 }