Two marginalia text files are included with the installation:
• SampleMarginalia-Chart.xml
• SampleMarginalia-INTchart
Text marginalia files can include:
• Text that is set from the file
• Block text from an external file
• Chart attributes
• Cartographic symbols.
A section from SampleMarginalia-Chart is shown below.
<Object Acronym=”$marga”> <Filter> <AttributeValueIsEqualTo Acronym=”$lckey” Value=”BottomRight”/> </Filter> <CreateAnnotation Acronym=”$text” HJust=”Right” VJust=”Top” XRefOffset=”2.0” YRefOffset=”-1.5” Angle=”0”> <Style Font=”Arial” Colour=”Black” Size=”24” Bold=”False” Italic=”False” Underline=”False”> <Attribute MetaDataKey=”CHTNUM” /> </Style> </CreateAnnotation>
<CreateAnnotation Acronym=”$text” HJust=”Right” VJust=”Top” XRefOffset=”-55” YRefOffset=”-1.5” Angle=”0”> <Style Font=”Arial” Colour=”Nautical_Purple” Size=”24” Bold=”False” Italic=”False” Underline=”False”> <Text>DEPTHS </Text> </Style> <Style Font=”Arial” Colour=”Nautical_Purple” Size=”18” Bold=”False” Italic=”False” Underline=”False”> <Text>IN</Text> </Style> <Style Font=”Arial” Colour=”Nautical_Purple” Size=”24” Bold=”False” Italic=”False” Underline=”False”> <Text> METRES</Text> </Style> </CreateAnnotation> </Object> |
In this case, a chart number and depth measurement information is added to a single marginalia point. See the following table for a description of tags.
Tags | Description |
|---|---|
<Object> | Assign any elements within these tags to the marginalia anchor point.
|
<Filter> | Parent tag for filter. |
<AttributeValueIsEqualTo/> | Filter for associating marginalia information with an anchor point. Attributes:
• • • • • • • • |
<CreateAnnotation> | Positioning information for the marginalia text. Attributes:
|
<Style> | Style for marginalia text. This is a child tag of < Attributes:
|
<Text> | The text for the marginalia annotation. This is a child tag of |
<attribute/> | Chart, panel or sheet attribute values are inserted into a panel border. Attribute:
|