12345678910111213141516171819202122232425262728293031323334 |
- <h2>DESCRIPTION</h2>
-
- <em>d.northarrow</em> displays a north arrow symbol the graphics monitor at
- the given screen coordinates. If no coordinates are given it will draw the
- north arrow in the bottom right of the display. It can draw the north arrow
- in a number of styles (see the
- <a href="http://grasswiki.osgeo.org/wiki/Cartography#Display_monitors">wiki
- page</a> for details).
- <h2>TODO</h2>
- Add options to use an arbitrary rotation angle for when grid north and true
- north diverge, and add a flag to calculate that convergence angle and apply
- the rotation automatically.
- <h2>SEE ALSO</h2>
- <em>
- <a href="d.barscale.html">d.barscale</a>,
- <a href="d.graph.html">d.graph</a>,
- <a href="d.grid.html">d.grid</a>,
- <a href="d.legend.html">d.legend</a>
- </em>
- <h2>AUTHOR</h2>
- Hamish Bowman, <i>Department of Geology, University of Otago, New Zealand</i>
- <p>
- <i>Last changed: $Date$</i>
|