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

The <upload-projections> element contains zero or more projection elements to indicate what coordinate system data sources can be uploaded using the IMF upload shapefile, GML, and CSV routines. If there are no valid projections included in the site configuration file, data can only be uploaded if it is the same projection as the map in the IMF viewer.

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

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

Frequency Description (in this context)
P0S1 The <upload-projections> element is optional, and may appear zero or one time in the <site config> element in the specified sequence.
O+ Zero or more child projection elements may appear within the <upload-projections> element.
   

Examples:

<upload-projections>
  <projection-geographic/>
  <projection-utm ellipsoid="GRS 1980" zone="10"/>
</upload-projections>

Valid HTML 4.01!