diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/cli/testvarious | 12 | ||||
| -rw-r--r-- | test/cli/tv_out.dist | 4 |
2 files changed, 16 insertions, 0 deletions
diff --git a/test/cli/testvarious b/test/cli/testvarious index 82be4992..a121393c 100755 --- a/test/cli/testvarious +++ b/test/cli/testvarious @@ -1021,6 +1021,18 @@ $EXE --authority EPSG -E +proj=latlong +datum=WGS84 +no_defs +to +init=epsg:6342 -105 40 EOF +echo "##############################################################" >> ${OUT} +echo "Test effect of --accuracy" >> ${OUT} +$EXE -E --accuracy 0.05 EPSG:4326 EPSG:4258 >> ${OUT} <<EOF +49 2 +EOF + +echo "##############################################################" >> ${OUT} +echo "Test effect of --no-ballpark" >> ${OUT} +$EXE -E --no-ballpark EPSG:4267 EPSG:4258 >> ${OUT} <<EOF +49 2 +EOF + # Done! # do 'diff' with distribution results diff --git a/test/cli/tv_out.dist b/test/cli/tv_out.dist index fe1aa452..59129d99 100644 --- a/test/cli/tv_out.dist +++ b/test/cli/tv_out.dist @@ -492,3 +492,7 @@ The first result should use the 'WGS_1984_(ITRF08)_To_NAD_1983_2011' (ESRI:10836 and the second one a no-op -105 40 500000.86 4427756.50 0.00 -105 40 500000.00 4427757.22 0.00 +############################################################## +Test effect of --accuracy +############################################################## +Test effect of --no-ballpark |
