]> mj.ucw.cz Git - leo.git/blobdiff - map.cf
Parametrized drawing of map scale
[leo.git] / map.cf
diff --git a/map.cf b/map.cf
index f1a33d3b2c16f61470c635d38261a28d8c54ec80..1ea08450a1570adb2a062b9183e0cea4bfdcd564 100644 (file)
--- a/map.cf
+++ b/map.cf
@@ -57,12 +57,19 @@ FixedObjects {
        # Fixed objects may be placed at specific positions on the paper
        # with specific tags. Remember to enable the "fixed" data source.
        Object {
+               # Image with a logo
                X 374
                Y 25
                Tag style:icon-image '"icons/logo.svg"'
                Tag style:icon-width 36
                Tag style:z-index 99
        }
+       Object {
+               # Map scale
+               X 325
+               Y 50
+               Tag leo:special scale
+       }
 }
 
 Debug {