diff options
| -rwxr-xr-x | nad/testvarious | 9 | ||||
| -rw-r--r-- | nad/tv_out.dist | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/nad/testvarious b/nad/testvarious index 36257347..e6b319ad 100755 --- a/nad/testvarious +++ b/nad/testvarious @@ -519,6 +519,15 @@ $EXE -I +proj=ob_tran \ -E >>${OUT} <<EOF 10 20 EOF +echo "##############################################################" >> ${OUT} +echo "Test MGI datum gives expected results (#207)" >> ${OUT} +# +$EXE -f '%.14f' \ + +proj=latlong +datum=WGS84 \ + +to +init=epsg:31284 \ + -E >>${OUT} <<EOF +16.33 48.20 +EOF ############################################################################## # Done! # do 'diff' with distribution results diff --git a/nad/tv_out.dist b/nad/tv_out.dist index 48c5b252..f4153ba2 100644 --- a/nad/tv_out.dist +++ b/nad/tv_out.dist @@ -248,3 +248,6 @@ Check inverse error handling with ob_tran (#225) 20000000 30000000 * * 0.000 Test inverse handling 10 20 -1384841.19 7581707.88 0.00 +############################################################## +Test MGI datum gives expected results (#207) +16.33 48.20 595710.37321015028283 5357598.46457545924932 -44.49510847218335 |
