Moxi Media Inc.
<map-projection> Discussion Forum
IMF Developer's Guide » Site Configuration » <map-projection>  

The <map-projection> element is required to specify the projection system of your map.

Frequency Parent Elements (this element is valid within):
PRS1 <site-config>
   

Frequency Child Elements:
R-CHOICE <projection-albers-equal-area-conic>
R-CHOICE <projection-geographic>
R-CHOICE <projection-lambert-conformal-conic>
R-CHOICE <projection-transverse-mercator>
R-CHOICE <projection-utm>
R-CHOICE <projection-wkt>
   

Frequency Description (in this context)
PRS1 The <map-projection> element is required once in the <site config> element in the specified sequence.
R-CHOICE One (and only one) of the child projection elements must appear within the <map-projection> element.
   

Example:

<map-projection>
 <projection-albers-equal-area-conic alias="BC Albers"
                                     ellipsoid="GRS80"
                                     central-meridian="-126.0"
                                     reference-latitude="45.0"
                                     standard-parallel-1="50.0"
                                     standard-parallel-2="58.5"
                                     false-easting="1000000.0"
                                     false-northing="0.0" />
</map-projection>

Valid HTML 4.01!