Project

General

Profile

« Previous | Next » 

Revision e39effec

Added by Andreas Kohlbecker over 4 years ago

ref #8430 fixing pojection definition for epsg:7777777 (euromed)

View differences:

modules/cdm_dataportal/js/map/openlayers_map.js
90 90
        // EPSG:3857 from http://spatialreference.org/ref/sr-org/6864/proj4/
91 91
        // OpenStreetMap etc
92 92
        Proj4js.defs["EPSG:3857"] = '+proj=merc +lon_0=0 +k=1 +x_0=0 +y_0=0 +a=6378137 +b=6378137 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs';
93
        Proj4js.defs["EPSG:7777777"] = '+proj=lcc + 42 + 56 + 35 + 24 + 3000000 + 100000';
93
        Proj4js.defs["EPSG:7777777"] = '+proj=lcc +lat_1=42 +lat_2=56 +lat_0=35 +lon_0=24 +x_0=3000000 +y_0=100000 +ellps=intl +towgs84=-87,-98,-121,0,0,0,0 +units=m +no_defs';
94 94

  
95 95
        var projections = {
96 96
                epsg_4326: new OpenLayers.Projection("EPSG:4326"),

Also available in: Unified diff