diff options
| author | John Krasting <John.Krasting@noaa.gov> | 2020-05-18 20:04:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 02:04:04 +0200 |
| commit | 2e5470387df8c713af18e601c0e6a4b352294556 (patch) | |
| tree | 4dc47c9db6be5527e1b7938c4ae30b41b00c6b07 /src/lib_proj.cmake | |
| parent | 9c501221de38e0e4462e9852df8f5a621688de68 (diff) | |
| download | PROJ-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/lib_proj.cmake')
| -rw-r--r-- | src/lib_proj.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib_proj.cmake b/src/lib_proj.cmake index c318a266..4eca0256 100644 --- a/src/lib_proj.cmake +++ b/src/lib_proj.cmake @@ -134,6 +134,7 @@ set(SRC_LIBPROJ_PROJECTIONS projections/gn_sinu.cpp projections/goode.cpp projections/igh.cpp + projections/igh_o.cpp projections/hatano.cpp projections/loxim.cpp projections/mbt_fps.cpp |
