diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-03-20 17:13:12 +0000 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-03-20 17:13:12 +0000 |
| commit | b702580dc7da27ba448027792dcfc5491fb8b475 (patch) | |
| tree | bf9f9d8b304c5a55e9e11eb01a40675f2d308e09 /test | |
| parent | 4448b376be42b5eedc0e7fa86f4551d5d19f7346 (diff) | |
| download | PROJ-b702580dc7da27ba448027792dcfc5491fb8b475.tar.gz PROJ-b702580dc7da27ba448027792dcfc5491fb8b475.zip | |
laea: error out if |lat_0|>90
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=13829
Credit to OSS Fuzz
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/builtins.gie | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie index 313d0631..0082d5cf 100644 --- a/test/gie/builtins.gie +++ b/test/gie/builtins.gie @@ -2457,6 +2457,11 @@ tolerance 10 cm accept 45 45 roundtrip 100 +------------------------------------------------------------------------------- +Test error in projection setup +------------------------------------------------------------------------------- +operation +proj=laea +ellps=GRS80 +lat_0=91 +expect failure errno lat_larger_than_90 =============================================================================== Lagrange |
