EPSG:4238 — ID74
Geographic 2D · Indonesia - onshore
Export Formats
OGC WKT
GEOGCS[
"ID74",
DATUM[
"Indonesian_Datum_1974",
SPHEROID["Indonesian National Spheroid",6378160,298.247],
TOWGS84[-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4238"]
]Related Coordinate Systems
Available Transformations (4)
Other CRS using Indonesian Datum 1974 (15)
Frequently Asked Questions
How do I add EPSG:4238 to GeoServer?
Add the following definition to your GeoServer configuration:
4238=GEOGCS["ID74",DATUM["Indonesian_Datum_1974",SPHEROID["Indonesian National Spheroid",6378160,298.247],TOWGS84[-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4238"]] Read the full GeoServer guide →
How do I add EPSG:4238 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (4238, 'EPSG', 4238, '+proj=longlat +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +no_defs +type=crs', 'GEOGCS["ID74",DATUM["Indonesian_Datum_1974",SPHEROID["Indonesian National Spheroid",6378160,298.247],TOWGS84[-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4238"]]'); Read the full PostGIS guide →
How do I add EPSG:4238 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=longlat"
"+a=6378160"
"+rf=298.247"
"+towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:4238 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:4238", "+proj=longlat +a=6378160 +rf=298.247 +towgs84=-1.977,-13.06,-9.993,-0.364,-0.254,-0.689,-1.037 +no_defs +type=crs"); Read the full Proj4js guide →