The <north-arrow> element is used to set the size and visibility of
the north arrow on the map of an IMF site. If this element is omitted from
the site configuration file, the north arrow will not be displayed.
Example use:
<north-arrow display="true" size="30" />
| Frequency |
Parent Elements (the <north-arrow> element is valid within): |
|
POS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <north-arrow> element may appear once in the <site-config>
element in the specified sequence.
|
| |
|
|
|
Attributes |
Description |
|
display |
Indicates whether the north arrow should be displayed. Valid values are "true" or "false". Optional, defaults to "false".
|
|
max-scale |
The smallest scale that the north arrow will be shown. Optional, defaults to no maximum.
|
|
size |
The size of the north arrow, in pixels. Optional, defaults to 30.
|
| |
|
|
Example:
<north-arrow display="true" max-scale="5000000" size="30"/>