1--------------------------------------------------------------------------------
2
3Test 5113, Transverse Mercator (South Oriented), v2-0_2011-06-28.
4
5--------------------------------------------------------------------------------
6
7<gie-strict>
8
9use_proj4_init_rules true
10
11--------------------------------------------------------------------------------
12operation  +proj=pipeline \
13           +step +init=epsg:4148 +inv \
14           +step +init=epsg:2049
15--------------------------------------------------------------------------------
16tolerance  0.03 m
17accept    22.5 0.0
18expect    -166998.44 0.0
19
20tolerance  0.03 m
21accept    21.5 -25.0
22expect    -50475.46 2766147.25
23
24tolerance  0.03 m
25accept    20.5 -30.0
26expect    48243.45 3320218.65
27
28tolerance  0.03 m
29accept    19.5 -35.0
30expect    136937.65 3875621.18
31
32tolerance  0.03 m
33accept    19.5 -35.0
34expect    136937.65 3875621.18
35
36--------------------------------------------------------------------------------
37operation  +proj=pipeline \
38           +step +init=epsg:2049 +inv \
39           +step +init=epsg:4148
40--------------------------------------------------------------------------------
41tolerance  0.03 m
42accept    -166998.44 0.0
43expect    22.5 0.0
44
45tolerance  0.03 m
46accept    -50475.46 2766147.25
47expect    21.5 -25.0
48
49tolerance  0.03 m
50accept    48243.45 3320218.65
51expect    20.5 -30.0
52
53tolerance  0.03 m
54accept    136937.65 3875621.18
55expect    19.5 -35.0
56
57tolerance  0.03 m
58accept    136937.65 3875621.18
59expect    19.5 -35.0
60
61--------------------------------------------------------------------------------
62operation  +proj=pipeline \
63           +step +init=epsg:4148 +inv \
64           +step +init=epsg:2049
65--------------------------------------------------------------------------------
66tolerance  0.006 m
67accept    22.5 0.0
68roundtrip 1000
69
70tolerance  0.006 m
71accept    21.5 -25.0
72roundtrip 1000
73
74tolerance  0.006 m
75accept    20.5 -30.0
76roundtrip 1000
77
78tolerance  0.006 m
79accept    19.5 -35.0
80roundtrip 1000
81
82tolerance  0.006 m
83accept    19.5 -35.0
84roundtrip 1000
85
86</gie-strict>
87