Skip to content

Commit

Permalink
added 4549
Browse files Browse the repository at this point in the history
  • Loading branch information
wroge committed Nov 19, 2023
1 parent a645fc2 commit 2282aab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions epsg.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ func EPSG(code int) CRS {
crs = loadNTv2("BeTA2007.gsb", NewSpheroid(6377397.155, 299.1528128), EPSG(4326))
case 4326:
crs = Geographic(EPSG(4978), NewSpheroid(6378137, 298.257223563))
case 4490:
crs = Geographic(EPSG(4978), NewSpheroid(6378137, 298.257222101))
case 4549:
crs = TransverseMercator(EPSG(4490), 120, 0, 1, 500000, 0)
case 4978:
crs = base{}
case 5514:
Expand Down

0 comments on commit 2282aab

Please sign in to comment.