Skip to content

Commit

Permalink
added support for EPSG 3995 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: Louis-Philippe Rousseau Lambert <[email protected]>
  • Loading branch information
RousseauLambertLP and Louis-Philippe Rousseau Lambert authored Feb 22, 2024
1 parent cbadf1f commit 46adb29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion geomet_climate/resources/mapfile-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"__type__": "web",
"metadata": {
"__type__": "metadata",
"ows_srs": "EPSG:4326 EPSG:3978 EPSG:3857 EPSG:102100"
"ows_srs": "EPSG:4326 EPSG:3978 EPSG:3995 EPSG:3857 EPSG:102100"
}
},
"layers": []
Expand Down
1 change: 1 addition & 0 deletions geomet_climate/resources/mapserv/epsg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<4326> +proj=longlat +datum=WGS84 +no_defs <>
<3857> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +units=m +nadgrids=@null +over +wktext +no_defs <>
<3978> +proj=lcc +lat_1=49 +lat_2=77 +lat_0=49 +lon_0=-95 +x_0=0 +y_0=0 +datum=NAD83 +units=m +no_defs <>
<3995> +proj=stere +lat_0=90 +lat_ts=71 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs +type=crs <>
<102100> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +units=m +nadgrids=@null +wktext +no_defs <>
<900913> +proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +units=m +nadgrids=@null +wktext +no_defs <>

Expand Down

0 comments on commit 46adb29

Please sign in to comment.