You are on page 1of 1

// This file contains the mapping between EPSG projection codes and the projection

definition in
// Global Mapper corresponding to that code. If adding new codes, you do not need
to add them in order.
// If multiple codes correspond to the same projection, the first definition
encounted will be used
// when doing the reverse mapping from a projection definition to an EPSG code
(like for GeoTIFF export).
//
// Any EPSG projection definitions added in this file will override any EPSG
projection definitions
// built in to Global Mapper. The provided projection definitions below are
provided as examples.
//
// The format is defined on the following line:
//
epsg_code,proj_name,datum_name,unit_name,attr_name=attr_val,attr_name=attr_val,...
2759,State Plane Coordinate System,NAD83 (ALABAMA HPGN),meters,ZONE=101,STATE PLANE
SCALE FACTOR=1
3031,Polar Stereographic,WGS84,meters,LONGITUDE POLE=0,TRUE SCALE LATITUDE=-
71,FALSE EASTING (m)=0,FALSE NORTHING (m)=0
3032,Polar Stereographic,WGS84,meters,LONGITUDE POLE=70,TRUE SCALE LATITUDE=-
71,FALSE EASTING (m)=6000000,FALSE NORTHING (m)=6000000
3395,Mercator,WGS84,meters,CENTRAL MERIDIAN SCALE FACTOR=1,CENTRAL
MERIDIAN=0,ORIGIN LATITUDE=0,FALSE EASTING (m)=0,FALSE NORTHING (m)=0
26918,UTM,NAD83,meters,ZONE=18

You might also like