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.

Note: The <projection> element has been eliminated at v4.0.6, and can no longer be used. Use one of the specific projection element types listed below instead.

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>
   

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>