Skip to content

Commit

Permalink
Adds EPSG:7855 to known projections.
Browse files Browse the repository at this point in the history
  • Loading branch information
na9da committed Aug 31, 2023
1 parent 5d10080 commit 3fb6f71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Map/Vector/Proj4Definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ const Proj4Definitions: Record<string, string> = {
"EPSG:102100": "EPSG:3857",
"EPSG:27700":
"+proj=tmerc +lat_0=49 +lon_0=-2 +k=0.9996012717 +x_0=400000 +y_0=-100000 +ellps=airy +towgs84=446.448,-125.157,542.06,0.15,0.247,0.842,-20.489 +units=m +no_defs",
"EPSG:7844": "+proj=longlat +ellps=GRS80 +no_defs +type=crs"
"EPSG:7844": "+proj=longlat +ellps=GRS80 +no_defs +type=crs",
"EPSG:7855":
"+proj=utm +zone=55 +south +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs +type=crs"
};

export default Proj4Definitions;

0 comments on commit 3fb6f71

Please sign in to comment.