diff options
| author | Brendan Jurd <direvus@gmail.com> | 2021-08-15 21:30:57 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-15 13:30:57 +0200 |
| commit | 17f83c6f122db849a8877ef0ca641d4743f352cd (patch) | |
| tree | 0a98295fa2877197a3d64f726a2d7098307693e1 /docs | |
| parent | a46df0f3a298060ee8322237c849a17ff34e0989 (diff) | |
| download | PROJ-17f83c6f122db849a8877ef0ca641d4743f352cd.tar.gz PROJ-17f83c6f122db849a8877ef0ca641d4743f352cd.zip | |
Add support for Degree Sign on input (#2791)
This commit adds support in dsmtor() for a Degree Sign (U+00B0), encoded
as UTF-8 (`\xc2\xb0`) or as a single byte (`\xb0`) (in ISO 8859 parts 1-4, 7-10,
13, 15, 16, and several Windows code pages), as an alternative symbol to
`D`/`d` to designate the degree unit.
Fixes #2712.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/apps/cs2cs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/apps/cs2cs.rst b/docs/source/apps/cs2cs.rst index 909912df..abddae9e 100644 --- a/docs/source/apps/cs2cs.rst +++ b/docs/source/apps/cs2cs.rst @@ -261,7 +261,7 @@ The following script :: cs2cs +proj=latlong +datum=NAD83 +to +proj=utm +zone=10 +datum=NAD27 -r <<EOF - 45d15'33.1" 111.5W + 45°15'33.1" 111.5W 45d15.551666667N -111d30 +45.25919444444 111d30'000w EOF |
