Skip to content

Commit

Permalink
Merge pull request #6857 from TerriaJS/add-proj-7855
Browse files Browse the repository at this point in the history
Adds EPSG:7855 to known projections.
  • Loading branch information
na9da authored Aug 31, 2023
2 parents 5d10080 + f3bfaeb commit f1cc09b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#### next release (8.3.3)

- Fixes broken point dragging interaction for user drawing in 3d-mode.
- Added EPSG:7855 to `Proj4Definitions`.
- [The next improvement]

#### 8.3.2 - 2023-08-11
Expand Down
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 f1cc09b

Please sign in to comment.