diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/builtins.gie | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie index 9e1d3339..9cebec84 100644 --- a/test/gie/builtins.gie +++ b/test/gie/builtins.gie @@ -4531,6 +4531,16 @@ tolerance 0.1 mm accept 0 -6343600 expect 0 -59.966377950099655436 +------------------------------------------------------------------------------- +# Oblique +# Test case from https://github.com/OSGeo/PROJ/issues/2844 +------------------------------------------------------------------------------- +operation +proj=ortho +ellps=WGS84 +lon_0=23.0 +lat_0=37.0 +tolerance 0.1 mm +accept 120.0 84.0 +expect 663929.0678 5118338.2423 +roundtrip 1 + ------------------------------------------------------------------------------- # Equatorial |
