EPSG:42105

  • Name
    WGS84 / Merc NorthAm
  • Scope
    -
  • Remarks
    -
  • Reproject geometry from EPSG:42105
    Reproject geometry to EPSG:42105
  • This is the axis order from the official EPSG database, used by the latest OGC specifications. Geographic CRSs along with some projected ones are in North/East order.

    PROJCS["WGS84 / Merc NorthAm",
    GEOGCS["WGS 84",
    DATUM["WGS_1984",
    SPHEROID["WGS_1984", 6378137.0, 298.257223563]],
    PRIMEM["Greenwich", 0.0],
    UNIT["degree", 0.017453292519943295],
    AXIS["Longitude", EAST],
    AXIS["Latitude", NORTH]],
    PROJECTION["Mercator_1SP"],
    PARAMETER["latitude_of_origin", 0.0],
    PARAMETER["central_meridian", -96.0],
    PARAMETER["scale_factor", 1.0],
    PARAMETER["false_easting", 0.0],
    PARAMETER["false_northing", 0.0],
    UNIT["m", 1.0],
    AXIS["x", EAST],
    AXIS["y", NORTH],
    AUTHORITY["EPSG","42105"]]