ESRI:102794 — MAGNA Sucre 2006
DeprecatedProjected · Colombia - Sucre - Sucre
Export Formats
OGC WKT
PROJCS[
"MAGNA_Sucre_2006",
GEOGCS[
"GCS_MAGNA",
DATUM["D_MAGNA",SPHEROID["GRS_1980",6378137.0,298.257222101]],
PRIMEM["Greenwich",0.0],
UNIT["Degree",0.0174532925199433]
],
PROJECTION["IGAC_Plano_Cartesiano"],
PARAMETER["False_Easting",929043.607],
PARAMETER["False_Northing",1466125.658],
PARAMETER["Longitude_Of_Center",-74.722466825],
PARAMETER["Latitude_Of_Center",8.810550366666668],
PARAMETER["Height",20.0],
UNIT["Meter",1.0]
]Frequently Asked Questions
How do I add ESRI:102794 to GeoServer?
Add the following definition to your GeoServer configuration:
102794=PROJCS["MAGNA_Sucre_2006",GEOGCS["GCS_MAGNA",DATUM["D_MAGNA",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["IGAC_Plano_Cartesiano"],PARAMETER["False_Easting",929043.607],PARAMETER["False_Northing",1466125.658],PARAMETER["Longitude_Of_Center",-74.722466825],PARAMETER["Latitude_Of_Center",8.810550366666668],PARAMETER["Height",20.0],UNIT["Meter",1.0]] Read the full GeoServer guide →
How do I add ESRI:102794 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (102794, 'ESRI', 102794, '', 'PROJCS["MAGNA_Sucre_2006",GEOGCS["GCS_MAGNA",DATUM["D_MAGNA",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["IGAC_Plano_Cartesiano"],PARAMETER["False_Easting",929043.607],PARAMETER["False_Northing",1466125.658],PARAMETER["Longitude_Of_Center",-74.722466825],PARAMETER["Latitude_Of_Center",8.810550366666668],PARAMETER["Height",20.0],UNIT["Meter",1.0]]'); Read the full PostGIS guide →