EPSG:3140 — Viti Levu 1912 / Viti Levu Grid
Projected · Fiji - Viti Levu
Export Formats
OGC WKT
PROJCS[
"Viti Levu 1912 / Viti Levu Grid",
GEOGCS[
"Viti Levu 1912",
DATUM[
"Viti_Levu_1912",
SPHEROID["Clarke 1880 (international foot)",6378306.3696,293.466307655635],
TOWGS84[98,390,-22,0,0,0,0]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4752"]
],
PROJECTION["Cassini_Soldner"],
PARAMETER["latitude_of_origin",-18],
PARAMETER["central_meridian",178],
PARAMETER["false_easting",544000],
PARAMETER["false_northing",704000],
UNIT["link",0.201168],
AUTHORITY["EPSG","3140"]
]Related Coordinate Systems
Available Transformations (2)
Other CRS using Viti Levu 1912
Frequently Asked Questions
How do I add EPSG:3140 to GeoServer?
Add the following definition to your GeoServer configuration:
3140=PROJCS["Viti Levu 1912 / Viti Levu Grid",GEOGCS["Viti Levu 1912",DATUM["Viti_Levu_1912",SPHEROID["Clarke 1880 (international foot)",6378306.3696,293.466307655635],TOWGS84[98,390,-22,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4752"]],PROJECTION["Cassini_Soldner"],PARAMETER["latitude_of_origin",-18],PARAMETER["central_meridian",178],PARAMETER["false_easting",544000],PARAMETER["false_northing",704000],UNIT["link",0.201168],AUTHORITY["EPSG","3140"]] Read the full GeoServer guide →
How do I add EPSG:3140 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (3140, 'EPSG', 3140, '+proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272 +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +units=link +no_defs +type=crs', 'PROJCS["Viti Levu 1912 / Viti Levu Grid",GEOGCS["Viti Levu 1912",DATUM["Viti_Levu_1912",SPHEROID["Clarke 1880 (international foot)",6378306.3696,293.466307655635],TOWGS84[98,390,-22,0,0,0,0]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4752"]],PROJECTION["Cassini_Soldner"],PARAMETER["latitude_of_origin",-18],PARAMETER["central_meridian",178],PARAMETER["false_easting",544000],PARAMETER["false_northing",704000],UNIT["link",0.201168],AUTHORITY["EPSG","3140"]]'); Read the full PostGIS guide →
How do I add EPSG:3140 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=cass"
"+lat_0=-18"
"+lon_0=178"
"+x_0=109435.392"
"+y_0=141622.272"
"+a=6378306.3696"
"+b=6356571.996"
"+towgs84=98,390,-22,0,0,0,0"
"+units=link"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:3140 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:3140", "+proj=cass +lat_0=-18 +lon_0=178 +x_0=109435.392 +y_0=141622.272 +a=6378306.3696 +b=6356571.996 +towgs84=98,390,-22,0,0,0,0 +units=link +no_defs +type=crs"); Read the full Proj4js guide →