Moxi Media Inc.
<map> Discussion Forum

IMF Developer's Guide » Print Configuration » <map>  

The <map> element is used to add the map to the template. A template can only contain one map (except an index map can be added with the <indexmap> element).

Note that the position and size attributes must be specified in the units defined by the units attribute of the <template> element.

Frequency Parent Elements (the <map> element is valid within):
PO <template>
   

Frequency Description (in this context)
PO The <map> element may appear only once within the <template> element in any position.
   

Attributes Description
position The page position of the lower left corner of the map, expressed in the units specified in the units attribute of the <template> element. The position should be two numbers separated by a comma (with no white space), representing the x and y location. For example, if the units are "points", a value of "72,72" would indicate a position one inch from the left side and bottom side of the page. Required.
size The print size of the map, expressed in the units defined in the "units" attribute of the <template> element. The size should be two numbers separated by a comma (with no white space), representing the width and the height of the space where the map image should be printed. For example, if the units are "points", the entry for an map occupying a two inch square would be size="144,144". Required.
   

Example:

<map position="22,64" size="570,490"/>