diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-05-07 21:47:26 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-05-07 21:45:36 +0000 |
| commit | 70d9a59ab302c317f7eb134330c510d9874a58f4 (patch) | |
| tree | 13bc021914c5c62ef30b2d0007a26b2c56f2e3c3 /src/projections/mod_ster.cpp | |
| parent | f196dbb0d1d1abc0902bf60f466c8ccb0af57f2a (diff) | |
| download | PROJ-70d9a59ab302c317f7eb134330c510d9874a58f4.tar.gz PROJ-70d9a59ab302c317f7eb134330c510d9874a58f4.zip | |
Merge pull request #2708 from mwtoews/stereographic
Fix typo: "Mod. Stererographics" -> "Modified Stereographic"
Diffstat (limited to 'src/projections/mod_ster.cpp')
| -rw-r--r-- | src/projections/mod_ster.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/projections/mod_ster.cpp b/src/projections/mod_ster.cpp index ae64c494..f5dd0af4 100644 --- a/src/projections/mod_ster.cpp +++ b/src/projections/mod_ster.cpp @@ -7,9 +7,9 @@ PROJ_HEAD(mil_os, "Miller Oblated Stereographic") "\n\tAzi(mod)"; PROJ_HEAD(lee_os, "Lee Oblated Stereographic") "\n\tAzi(mod)"; -PROJ_HEAD(gs48, "Mod. Stereographic of 48 U.S.") "\n\tAzi(mod)"; -PROJ_HEAD(alsk, "Mod. Stereographic of Alaska") "\n\tAzi(mod)"; -PROJ_HEAD(gs50, "Mod. Stereographic of 50 U.S.") "\n\tAzi(mod)"; +PROJ_HEAD(gs48, "Modified Stereographic of 48 U.S.") "\n\tAzi(mod)"; +PROJ_HEAD(alsk, "Modified Stereographic of Alaska") "\n\tAzi(mod)"; +PROJ_HEAD(gs50, "Modified Stereographic of 50 U.S.") "\n\tAzi(mod)"; #define EPSLN 1e-12 |
