diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-12-23 20:47:25 +0100 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-12-23 19:47:48 +0000 |
| commit | 96388832c7a6f35090f3042fd518daabb1c38f78 (patch) | |
| tree | 505621b3b480886a67e60c1e28e9499c05fbfaa5 | |
| parent | c8346e9f0a17d08b68935afde791611c50b07e0e (diff) | |
| download | PROJ-96388832c7a6f35090f3042fd518daabb1c38f78.tar.gz PROJ-96388832c7a6f35090f3042fd518daabb1c38f78.zip | |
Merge pull request #2992 from anbj/fix-formatting
bertin1953.rst: fix formatting
| -rw-r--r-- | docs/source/operations/projections/bertin1953.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/operations/projections/bertin1953.rst b/docs/source/operations/projections/bertin1953.rst index a525925c..65afcf62 100644 --- a/docs/source/operations/projections/bertin1953.rst +++ b/docs/source/operations/projections/bertin1953.rst @@ -42,7 +42,7 @@ Usage ############################################################################### The Bertin 1953 projection has no special options. Its rotation parameters -are fixed. Here is an example of a forward projection with scale 1: +are fixed. Here is an example of a forward projection with scale 1:: $ echo 122 47 | src/proj +proj=bertin1953 +R=1 0.72 0.73 |
