Skip to content

Commit

Permalink
Added epsg 26917 projection
Browse files Browse the repository at this point in the history
Just patterned matched what was on epsg.io for 29903 to 26917.

Added 26917 projection.
  • Loading branch information
murphy214 committed Jan 6, 2024
1 parent 302d002 commit 432d641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions epsg.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ func EPSG(code int) CRS {
crs = AlbersConicEqualArea(EPSG(6318), -120, 0, 34, 40.5, 0, -4000000)
case 23090:
crs = TransverseMercator(EPSG(4230), 0, 0, 0.9996, 500000, 0)
case 26917:
crs = TransverseMercator(EPSG(4269), -81, 0, 0.9996, 500000, 0)
case 27700:
crs = TransverseMercator(EPSG(4277), -2, 49, 0.9996012717, 400000, -100000)
case 29901:
Expand Down

0 comments on commit 432d641

Please sign in to comment.