From b554ab9b03e887529cdaee2c6bbbfc16d3658080 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 14 Mar 2022 14:34:41 +0100 Subject: [PATCH] Turn off map scale --- leo.c | 2 ++ map.cf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/leo.c b/leo.c index 69ee1e3..1e24943 100644 --- 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 8bdf909..bb1dae9 100644 --- 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 -- 2.39.2