diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2016-10-09 13:39:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-09 13:39:14 +0200 |
| commit | 0301a2863c66c1d0fb1d6e4d88e0df92fbc76d97 (patch) | |
| tree | a6448cba6202dea7cc05e7ca32b9ab89b98cf15e | |
| parent | 0d580ce2356509983491877a9367796ec7899947 (diff) | |
| parent | 1a6f076ad24feaa499697b9082168aa40a9f0316 (diff) | |
| download | PROJ-0301a2863c66c1d0fb1d6e4d88e0df92fbc76d97.tar.gz PROJ-0301a2863c66c1d0fb1d6e4d88e0df92fbc76d97.zip | |
Merge pull request #427 from sebastic/PJ_sch-description
Use more consistent description for sch projection.
| -rw-r--r-- | src/PJ_sch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_sch.c b/src/PJ_sch.c index 048224ec..98c0d2a1 100644 --- a/src/PJ_sch.c +++ b/src/PJ_sch.c @@ -48,7 +48,7 @@ struct pj_opaque { GeocentricInfo elp_0; }; -PROJ_HEAD(sch, "Spherical Cross-track Height") "\n\tMisc\n\tplat_0 = ,plon_0 = , phdg_0 = ,[h_0 = ]"; +PROJ_HEAD(sch, "Spherical Cross-track Height") "\n\tMisc\n\tplat_0= plon_0= phdg_0= [h_0=]"; static LPZ inverse3d(XYZ xyz, PJ *P) { LPZ lpz = {0.0, 0.0, 0.0}; |
