Skip to content

Commit 7caaeaf

Browse files
authored
Add EPSG:4979 (#332)
1 parent c4cd0a6 commit 7caaeaf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/get.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ end
100100
@crscodes LatLon{SIRGAS2000} EPSG{4674}
101101
@crscodes LatLon{RD83} EPSG{4745}
102102
@crscodes LatLon{PD83} EPSG{4746}
103+
@crscodes LatLonAlt{WGS84Latest} EPSG{4979}
103104
@crscodes Cartesian3D{shift(ITRF{2000}, 2000.4)} EPSG{4988}
104105
@crscodes LatLonAlt{shift(ITRF{2000}, 2000.4)} EPSG{4989}
105106
@crscodes shift(Albers{23.0°,29.5°,45.5°,NAD83}, lonₒ=-96.0°) EPSG{5070}

test/get.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
gettest(LatLon{SIRGAS2000}, EPSG{4674})
4949
gettest(LatLon{RD83}, EPSG{4745})
5050
gettest(LatLon{PD83}, EPSG{4746})
51+
gettest(LatLonAlt{WGS84Latest}, EPSG{4979})
5152
gettest(Cartesian{CoordRefSystems.shift(ITRF{2000}, 2000.4),3}, EPSG{4988})
5253
gettest(LatLonAlt{CoordRefSystems.shift(ITRF{2000}, 2000.4)}, EPSG{4989})
5354
gettest(CoordRefSystems.shift(Albers{23.0°,29.5°,45.5°,NAD83}, lonₒ=-96.0°), EPSG{5070})

0 commit comments

Comments
 (0)