Skip to content

Instantly share code, notes, and snippets.

@biojazzard
Created January 25, 2015 17:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biojazzard/79bbf6ed03d58c76a5d0 to your computer and use it in GitHub Desktop.
Save biojazzard/79bbf6ed03d58c76a5d0 to your computer and use it in GitHub Desktop.
Geoserver | user_projections | for Spanish ZIP codes rendering | CODIGO POSTAL
# File sampled form here:
# http://spatialreference.org/ref/sr-org/7297/geoserver/
# Geoserver. Config. Needed to import data from:
# http://centrodedescargas.cnig.es/CentroDescargas/
# 1.-Put this custom SRS handlers in GEOSERVER_DATA_DIR
# 2.-In OSX: /Applications/GeoServer.app/Contents/Java/data_dir/user_projections/epsg.properties
# 3.-Restart Geoserver.
# Import SRS files to Geoserver.
#
# epsg.propertieslines to add:
7297=PROJCS["ETRS_1989_LAEA_L48_M09",GEOGCS["GCS_ETRS_1989",DATUM["D_ETRS_1989",SPHEROID["GRS_1980",6378137.0,298.257222101]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Lambert_Azimuthal_Equal_Area"],PARAMETER["False_Easting",4321000.0],PARAMETER["False_Northing",3210000.0],PARAMETER["Central_Meridian",9.0],PARAMETER["Latitude_Of_Origin",48.0],UNIT["Meter",1.0]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment