EPSG:3769 — Bermuda 1957 / UTM zone 20N
Projected · Bermuda - onshore
Export Formats
OGC WKT
PROJCS[
"Bermuda 1957 / UTM zone 20N",
GEOGCS[
"Bermuda 1957",
DATUM[
"Bermuda_1957",
SPHEROID["Clarke 1866",6378206.4,294.978698213898],
TOWGS84[-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289]
],
PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4216"]
],
PROJECTION["Transverse_Mercator"],
PARAMETER["latitude_of_origin",0],
PARAMETER["central_meridian",-63],
PARAMETER["scale_factor",0.9996],
PARAMETER["false_easting",500000],
PARAMETER["false_northing",0],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AXIS["Easting",EAST],
AXIS["Northing",NORTH],
AUTHORITY["EPSG","3769"]
]Related Coordinate Systems
Available Transformations (3)
Transformations inherited from base CRS: EPSG:4216 (Bermuda 1957)
Other CRS using Bermuda 1957
Frequently Asked Questions
How do I add EPSG:3769 to GeoServer?
Add the following definition to your GeoServer configuration:
3769=PROJCS["Bermuda 1957 / UTM zone 20N",GEOGCS["Bermuda 1957",DATUM["Bermuda_1957",SPHEROID["Clarke 1866",6378206.4,294.978698213898],TOWGS84[-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4216"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-63],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","3769"]] Read the full GeoServer guide →
How do I add EPSG:3769 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (3769, 'EPSG', 3769, '+proj=utm +zone=20 +ellps=clrk66 +towgs84=-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289 +units=m +no_defs +type=crs', 'PROJCS["Bermuda 1957 / UTM zone 20N",GEOGCS["Bermuda 1957",DATUM["Bermuda_1957",SPHEROID["Clarke 1866",6378206.4,294.978698213898],TOWGS84[-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4216"]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",-63],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",500000],PARAMETER["false_northing",0],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","3769"]]'); Read the full PostGIS guide →
How do I add EPSG:3769 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=utm"
"+zone=20"
"+ellps=clrk66"
"+towgs84=-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289"
"+units=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:3769 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:3769", "+proj=utm +zone=20 +ellps=clrk66 +towgs84=-292.295,248.758,429.447,-4.9971,-2.99,-6.6906,1.0289 +units=m +no_defs +type=crs"); Read the full Proj4js guide →