aboutsummaryrefslogtreecommitdiff
path: root/src/pj_list.h
diff options
context:
space:
mode:
authorJohn Krasting <John.Krasting@noaa.gov>2020-05-18 20:04:04 -0400
committerGitHub <noreply@github.com>2020-05-19 02:04:04 +0200
commit2e5470387df8c713af18e601c0e6a4b352294556 (patch)
tree4dc47c9db6be5527e1b7938c4ae30b41b00c6b07 /src/pj_list.h
parent9c501221de38e0e4462e9852df8f5a621688de68 (diff)
downloadPROJ-2e5470387df8c713af18e601c0e6a4b352294556.tar.gz
PROJ-2e5470387df8c713af18e601c0e6a4b352294556.zip
Implemented IGH Oceanic View (#2226)
- The current implementation of the Interrupted Goode Homolosine projection emphasizes land area. This is a compliment projection that emphasizes ocean area. - A value of lon0=-160 produces a reasonable real-world map.
Diffstat (limited to 'src/pj_list.h')
-rw-r--r--src/pj_list.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_list.h b/src/pj_list.h
index cf81ae0e..c7e6d209 100644
--- a/src/pj_list.h
+++ b/src/pj_list.h
@@ -69,6 +69,7 @@ PROJ_HEAD(helmert, "3- and 7-parameter Helmert shift")
PROJ_HEAD(hgridshift, "Horizontal grid shift")
PROJ_HEAD(horner, "Horner polynomial evaluation")
PROJ_HEAD(igh, "Interrupted Goode Homolosine")
+PROJ_HEAD(igh_o, "Interrupted Goode Homolosine Oceanic View")
PROJ_HEAD(imw_p, "International Map of the World Polyconic")
PROJ_HEAD(isea, "Icosahedral Snyder Equal Area")
PROJ_HEAD(kav5, "Kavraisky V")