[GRASS-SVN] r68531 - grass/trunk/display/d.northarrow

svn_grass at osgeo.org svn_grass at osgeo.org
Sat May 28 20:20:54 PDT 2016


Author: annakrat
Date: 2016-05-28 20:20:53 -0700 (Sat, 28 May 2016)
New Revision: 68531

Modified:
   grass/trunk/display/d.northarrow/main.c
Log:
d.northarrow: fix multiplication of arrow in latlon regions, see #1242 and #1410

Modified: grass/trunk/display/d.northarrow/main.c
===================================================================
--- grass/trunk/display/d.northarrow/main.c	2016-05-28 14:31:32 UTC (rev 68530)
+++ grass/trunk/display/d.northarrow/main.c	2016-05-29 03:20:53 UTC (rev 68531)
@@ -183,8 +183,6 @@
 
     D_open_driver();
 
-    D_setup(0);
-
     draw_n_arrow(east, north, rotation, lbl_opt->answer, rot_with_text,
                  fontsize, n_arrow->answer, line_width);
 



More information about the grass-commit mailing list