]> mj.ucw.cz Git - leo.git/commitdiff
Turn off map scale
authorMartin Mares <mj@ucw.cz>
Mon, 14 Mar 2022 13:34:41 +0000 (14:34 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 14 Mar 2022 13:34:41 +0000 (14:34 +0100)
leo.c
map.cf

diff --git a/leo.c b/leo.c
index 69ee1e39167e501d61ff6c590d297b56ef7409e0..1e24943e67a98f681b9535274144ecf74f1ed778 100644 (file)
--- a/leo.c
+++ b/leo.c
@@ -182,7 +182,9 @@ int main(int argc UNUSED, char **argv)
   svg_icon_put(svg, &sir);
 #endif
 
+#if 0
   draw_scale(svg);
+#endif
 
   if (map_clip)
     svg_pop(svg);
diff --git a/map.cf b/map.cf
index 8bdf909e728fd1d3b533d5df67e618d04e547827..bb1dae9edf6c64c1d50acc230610ac82d121296c 100644 (file)
--- a/map.cf
+++ b/map.cf
@@ -49,7 +49,7 @@ Map {
        Rotate 0
 
        # Draw blue border around the requested rectangle
-       DrawBorder 1
+       DrawBorder 0
 
        # Write SVG output here
        SVGOutput output.svg