diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-01-28 21:33:53 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-01-28 21:46:47 +0100 |
| commit | 4b7ec1a1822b808491fd4b675404a8259e9dc28f (patch) | |
| tree | d8c09819952c551d0c311cc3cad6214ce5522180 /src/pj_list.h | |
| parent | 74a10a8de03deb823690f143e191087bf7c4821f (diff) | |
| download | PROJ-4b7ec1a1822b808491fd4b675404a8259e9dc28f.tar.gz PROJ-4b7ec1a1822b808491fd4b675404a8259e9dc28f.zip | |
Add +proj=set operation to set component(s) of a coordinate to a fixed value
Fixes #1846
Diffstat (limited to 'src/pj_list.h')
| -rw-r--r-- | src/pj_list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pj_list.h b/src/pj_list.h index 9798a36b..2e1bf759 100644 --- a/src/pj_list.h +++ b/src/pj_list.h @@ -134,6 +134,7 @@ PROJ_HEAD(robin, "Robinson") PROJ_HEAD(rouss, "Roussilhe Stereographic") PROJ_HEAD(rpoly, "Rectangular Polyconic") PROJ_HEAD(sch, "Spherical Cross-track Height") +PROJ_HEAD(set, "Set coordinate value") PROJ_HEAD(sinu, "Sinusoidal (Sanson-Flamsteed)") PROJ_HEAD(somerc, "Swiss. Obl. Mercator") PROJ_HEAD(stere, "Stereographic") |
