EPSG:2062 — Madrid 1870 (Madrid) / Spain LCC
Projected · Spain - mainland onshore
Export Formats
OGC WKT
PROJCS[
"Madrid 1870 (Madrid) / Spain LCC",
GEOGCS[
"Madrid 1870 (Madrid)",
DATUM[
"Madrid_1870_Madrid",
SPHEROID["Struve 1860",6378298.3,294.73,AUTHORITY["EPSG","7028"]],
AUTHORITY["EPSG","6903"]
],
PRIMEM["Madrid",-3.687375,AUTHORITY["EPSG","8905"]],
UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],
AUTHORITY["EPSG","4903"]
],
PROJECTION["Lambert_Conformal_Conic_1SP"],
PARAMETER["latitude_of_origin",40],
PARAMETER["central_meridian",0],
PARAMETER["scale_factor",0.9988085293],
PARAMETER["false_easting",600000],
PARAMETER["false_northing",600000],
UNIT["metre",1,AUTHORITY["EPSG","9001"]],
AXIS["Easting",EAST],
AXIS["Northing",NORTH],
AUTHORITY["EPSG","2062"]
]Related Coordinate Systems
Available Transformations (4)
Transformations inherited from base CRS: EPSG:4903 (Madrid 1870 (Madrid))
Other CRS using Madrid 1870 (Madrid)
Frequently Asked Questions
How do I add EPSG:2062 to GeoServer?
Add the following definition to your GeoServer configuration:
2062=PROJCS["Madrid 1870 (Madrid) / Spain LCC",GEOGCS["Madrid 1870 (Madrid)",DATUM["Madrid_1870_Madrid",SPHEROID["Struve 1860",6378298.3,294.73,AUTHORITY["EPSG","7028"]],AUTHORITY["EPSG","6903"]],PRIMEM["Madrid",-3.687375,AUTHORITY["EPSG","8905"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4903"]],PROJECTION["Lambert_Conformal_Conic_1SP"],PARAMETER["latitude_of_origin",40],PARAMETER["central_meridian",0],PARAMETER["scale_factor",0.9988085293],PARAMETER["false_easting",600000],PARAMETER["false_northing",600000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","2062"]] Read the full GeoServer guide →
How do I add EPSG:2062 to PostGIS?
Add the following definition to your PostGIS configuration:
INSERT INTO spatial_ref_sys (srid, auth_name, auth_srid, proj4text, srtext)
VALUES (2062, 'EPSG', 2062, '+proj=lcc +lat_1=40 +lat_0=40 +lon_0=0 +k_0=0.9988085293 +x_0=600000 +y_0=600000 +a=6378298.3 +rf=294.73 +pm=-3.687375 +units=m +no_defs +type=crs', 'PROJCS["Madrid 1870 (Madrid) / Spain LCC",GEOGCS["Madrid 1870 (Madrid)",DATUM["Madrid_1870_Madrid",SPHEROID["Struve 1860",6378298.3,294.73,AUTHORITY["EPSG","7028"]],AUTHORITY["EPSG","6903"]],PRIMEM["Madrid",-3.687375,AUTHORITY["EPSG","8905"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4903"]],PROJECTION["Lambert_Conformal_Conic_1SP"],PARAMETER["latitude_of_origin",40],PARAMETER["central_meridian",0],PARAMETER["scale_factor",0.9988085293],PARAMETER["false_easting",600000],PARAMETER["false_northing",600000],UNIT["metre",1,AUTHORITY["EPSG","9001"]],AXIS["Easting",EAST],AXIS["Northing",NORTH],AUTHORITY["EPSG","2062"]]'); Read the full PostGIS guide →
How do I add EPSG:2062 to MapServer?
Add the following definition to your MapServer configuration:
PROJECTION
"+proj=lcc"
"+lat_1=40"
"+lat_0=40"
"+lon_0=0"
"+k_0=0.9988085293"
"+x_0=600000"
"+y_0=600000"
"+a=6378298.3"
"+rf=294.73"
"+pm=-3.687375"
"+units=m"
"+no_defs"
"+type=crs"
END Read the full MapServer guide →
How do I use EPSG:2062 with Proj4js?
Add the following definition to your Proj4js configuration:
proj4.defs("EPSG:2062", "+proj=lcc +lat_1=40 +lat_0=40 +lon_0=0 +k_0=0.9988085293 +x_0=600000 +y_0=600000 +a=6378298.3 +rf=294.73 +pm=-3.687375 +units=m +no_defs +type=crs"); Read the full Proj4js guide →