Skip to content

Commit 10e14ac

Browse files
Add EPSG 4283 CRS (#334)
* Add EPSG 4283 CRS EPSG 4283 is the CRS commonly used in Australia. * Add test --------- Co-authored-by: Júlio Hoffimann <julio.hoffimann@gmail.com>
1 parent 4db9067 commit 10e14ac

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
@@ -91,6 +91,7 @@ end
9191
@crscodes LatLon{Datum73} EPSG{4274}
9292
@crscodes LatLon{NTF} EPSG{4275}
9393
@crscodes LatLon{OSGB36} EPSG{4277}
94+
@crscodes LatLon{GDA94} EPSG{4283}
9495
@crscodes LatLon{DHDN} EPSG{4314}
9596
@crscodes LatLon{WGS84Latest} EPSG{4326}
9697
@crscodes LatLon{SAD69} EPSG{4618}

test/get.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
gettest(LatLon{Datum73}, EPSG{4274})
4040
gettest(LatLon{NTF}, EPSG{4275})
4141
gettest(LatLon{OSGB36}, EPSG{4277})
42+
gettest(LatLon{GDA94}, EPSG{4283})
4243
gettest(LatLon{DHDN}, EPSG{4314})
4344
gettest(LatLon{WGS84Latest}, EPSG{4326})
4445
gettest(LatLon{SAD69}, EPSG{4618})

0 commit comments

Comments
 (0)