Skip to content

Commit

Permalink
extent stereo map projection bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
lubojr committed May 29, 2024
1 parent 9a6a2a4 commit e2235a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/config/polar.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const overlayLayersMap = [{
const polarStereographicProjection = {
name: 'EPSG:3411',
def: '+proj=stere +lat_0=90 +lat_ts=70 +lon_0=-45 +x_0=0 +y_0=0 +a=6378273 +b=6356889.449 +units=m +no_defs +type=crs',
extent: [-3314763.31, -3314763.31, 3314763.31, 3314763.31],
extent: [-4500000.00, -4500000.00, 4500000.00, 4500000.00],
};

// const polarStereographicProjectionSH = {
Expand Down

0 comments on commit e2235a9

Please sign in to comment.