Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update epsg file #153

Merged
merged 2 commits into from
Nov 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
+ Fix GGRS87 / Greek Grid transformation
+ Update SLF4J to 2.0.9
+ Fix parsing ellipsoid name
+ Update EPSG file

6 changes: 4 additions & 2 deletions src/main/resources/org/cts/registry/epsg
Original file line number Diff line number Diff line change
Expand Up @@ -8663,7 +8663,8 @@
# Cape / Lo33
<22293> +proj=tmerc +lat_0=0 +lon_0=33 +k=1 +x_0=0 +y_0=0 +axis=wsu +a=6378249.145 +b=6356514.966398753 +towgs84=-136,-108,-292,0,0,0,0 +units=m +no_defs <>
# Carthage (Paris) / Tunisia Mining Grid
<22300> <>
# Unable to translate coordinate system EPSG:22300 into PROJ.4 format.
#
# Carthage / UTM zone 32N
<22332> +proj=utm +zone=32 +datum=carthage +units=m +no_defs <>
# Carthage / Nord Tunisie
Expand Down Expand Up @@ -9874,7 +9875,8 @@
# Tananarive (Paris) / Laborde Grid (deprecated)
<29700> +proj=omerc +lat_0=-18.9 +lonc=44.10000000000001 +alpha=18.9 +k=0.9995000000000001 +x_0=400000 +y_0=800000 +gamma=18.9 +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +pm=paris +units=m +no_defs <>
# Tananarive (Paris) / Laborde Grid
<29701> <>
# Unable to translate coordinate system EPSG:29701 into PROJ.4 format.
#
# Tananarive (Paris) / Laborde Grid approximation
<29702> +proj=omerc +lat_0=-18.9 +lonc=44.10000000000001 +alpha=18.9 +k=0.9995000000000001 +x_0=400000 +y_0=800000 +gamma=18.9 +ellps=intl +towgs84=-189,-242,-91,0,0,0,0 +pm=paris +units=m +no_defs <>
# Tananarive / UTM zone 38S
Expand Down
Loading