EPSG:4804

Makassar (Jakarta)

Available transformations
to EPSG:4257
EPSG:4257 - Makassar

Selected transformation

Method: Longitude rotation

Remarks:

Information source: OGP

Revision date: 2006-10-13

Attributes

Unit: degree (supplier to define representation)

Geodetic CRS: Makassar (Jakarta)

Datum: Makassar (Jakarta)

Ellipsoid: Bessel 1841

Prime meridian: Jakarta

Data source: EPSG

Revision date: 2004-01-06

Center coordinates
12.94 -4.21

WGS84 bounds:
118.71 -6.54
120.78 -1.88

Indonesia - south west Sulawesi.
MapTiler banner

Definition: OGC Well Known Text 2 (2019)

BOUNDCRS[
    SOURCECRS[
        GEOGCRS["Makassar (Jakarta)",
            DATUM["Makassar (Jakarta)",
                ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Jakarta",106.807719444444,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            USAGE[
                SCOPE["Geodesy."],
                AREA["Indonesia - south west Sulawesi."],
                BBOX[-6.54,118.71,-1.88,120.78]],
            ID["EPSG",4804]]],
    TARGETCRS[
        GEOGCRS["Makassar",
            DATUM["Makassar",
                ELLIPSOID["Bessel 1841",6377397.155,299.1528128,
                    LENGTHUNIT["metre",1]]],
            PRIMEM["Greenwich",0,
                ANGLEUNIT["degree",0.0174532925199433]],
            CS[ellipsoidal,2],
                AXIS["geodetic latitude (Lat)",north,
                    ORDER[1],
                    ANGLEUNIT["degree",0.0174532925199433]],
                AXIS["geodetic longitude (Lon)",east,
                    ORDER[2],
                    ANGLEUNIT["degree",0.0174532925199433]],
            USAGE[
                SCOPE["Geodesy."],
                AREA["Indonesia - south west Sulawesi."],
                BBOX[-6.54,118.71,-1.88,120.78]],
            ID["EPSG",4257]]],
    ABRIDGEDTRANSFORMATION["Makassar (Jakarta) to Makassar (1)",
        METHOD["Longitude rotation",
            ID["EPSG",9601]],
        PARAMETER["Longitude offset",384507.789999998,
            ID["EPSG",8602]],
        USAGE[
            SCOPE["Change of prime meridian."],
            AREA["Indonesia - south west Sulawesi."],
            BBOX[-6.54,118.71,-1.88,120.78]],
        ID["EPSG",1260]]]

Definition: PROJ.4

+proj=longlat +ellps=bessel +pm=jakarta +no_defs +type=crs

Definition: JavaScript (Proj4js)

proj4.defs("EPSG:4804","+proj=longlat +ellps=bessel +pm=jakarta +no_defs +type=crs");

Definition: JSON

{
    "$schema": "https://proj.org/schemas/v0.7/projjson.schema.json",
    "type": "BoundCRS",
    "source_crs": {
        "type": "GeographicCRS",
        "name": "Makassar (Jakarta)",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Makassar (Jakarta)",
            "ellipsoid": {
                "name": "Bessel 1841",
                "semi_major_axis": 6377397.155,
                "inverse_flattening": 299.1528128
            },
            "prime_meridian": {
                "name": "Jakarta",
                "longitude": 106.807719444444
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4804
        }
    },
    "target_crs": {
        "type": "GeographicCRS",
        "name": "Makassar",
        "datum": {
            "type": "GeodeticReferenceFrame",
            "name": "Makassar",
            "ellipsoid": {
                "name": "Bessel 1841",
                "semi_major_axis": 6377397.155,
                "inverse_flattening": 299.1528128
            }
        },
        "coordinate_system": {
            "subtype": "ellipsoidal",
            "axis": [
                {
                    "name": "Geodetic latitude",
                    "abbreviation": "Lat",
                    "direction": "north",
                    "unit": "degree"
                },
                {
                    "name": "Geodetic longitude",
                    "abbreviation": "Lon",
                    "direction": "east",
                    "unit": "degree"
                }
            ]
        },
        "id": {
            "authority": "EPSG",
            "code": 4257
        }
    },
    "transformation": {
        "name": "Makassar (Jakarta) to Makassar (1)",
        "method": {
            "name": "Longitude rotation",
            "id": {
                "authority": "EPSG",
                "code": 9601
            }
        },
        "parameters": [
            {
                "name": "Longitude offset",
                "value": 106.807719444444,
                "unit": "degree",
                "id": {
                    "authority": "EPSG",
                    "code": 8602
                }
            }
        ],
        "id": {
            "authority": "EPSG",
            "code": 1260
        }
    }
}

Definition: MapServer - MAPfile

PROJECTION
	"proj=longlat"
	"ellps=bessel"
	"pm=jakarta"
	"no_defs"
	"type=crs"
END

Definition: Mapnik

<?xml version="1.0" encoding="utf-8"?>
<Map srs="+proj=longlat +ellps=bessel +pm=jakarta +no_defs +type=crs">
	<Layer srs="+proj=longlat +ellps=bessel +pm=jakarta +no_defs +type=crs">
	</Layer>
</Map>