From: Martin Mares Date: Mon, 14 Mar 2022 13:34:41 +0000 (+0100) Subject: Turn off map scale X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=b554ab9b03e887529cdaee2c6bbbfc16d3658080;p=leo.git Turn off map scale --- 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