Skip to content

Commit 6d86c2d

Browse files
committed
Remove legacy isea
1 parent b770575 commit 6d86c2d

9 files changed

Lines changed: 11 additions & 1651 deletions

File tree

docs/source/operations/projections/all_images.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -644,17 +644,6 @@ List of all projection images
644644
********************************************************************************
645645

646646

647-
:ref:`isea_legacy`
648-
649-
.. figure:: ./images/isea.png
650-
:width: 500 px
651-
:align: center
652-
:alt: isea_legacy
653-
654-
655-
********************************************************************************
656-
657-
658647
:ref:`kav5`
659648

660649
.. figure:: ./images/kav5.png

docs/source/operations/projections/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Projections map the spherical 3D space to a flat 2D space.
7272
imoll_o
7373
imw_p
7474
isea
75-
isea_legacy
7675
polyhedral
7776
kav5
7877
kav7

docs/source/operations/projections/isea_legacy.rst

Lines changed: 0 additions & 92 deletions
This file was deleted.

src/iso19111/io.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12327,7 +12327,6 @@ PROJStringParser::Private::buildProjectedCRS(int iStep,
1232712327
"q," // urm5
1232812328
"path,lsat," // lsat
1232912329
"W,M," // hammer
12330-
"aperture,resolution," // isea
1233112330
)) {
1233212331
double value = getNumericValue(param.value, &hasError);
1233312332
values.push_back(ParameterValue::create(

src/lib_proj.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ set(SRC_LIBPROJ_PROJECTIONS
3636
projections/bonne.cpp
3737
projections/eqdc.cpp
3838
projections/polyhedral.cpp
39-
projections/isea.cpp
4039
projections/ccon.cpp
4140
projections/imw_p.cpp
4241
projections/krovak.cpp

src/pj_list.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ PROJ_HEAD(imoll, "Interrupted Mollweide")
7979
PROJ_HEAD(imoll_o, "Interrupted Mollweide Oceanic View")
8080
PROJ_HEAD(imw_p, "International Map of the World Polyconic")
8181
PROJ_HEAD(isea, "Icosahedral Snyder Equal Area")
82-
PROJ_HEAD(isea_legacy, "Icosahedral Snyder Equal Area (legacy)")
8382
PROJ_HEAD(kav5, "Kavrayskiy V")
8483
PROJ_HEAD(kav7, "Kavrayskiy VII")
8584
PROJ_HEAD(krovak, "Krovak")

0 commit comments

Comments
 (0)