mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-10 15:44:07 +00:00
[test][srs] Enable goode projection test case.
This commit is contained in:
parent
8c8d06d3a9
commit
b5101c1aaf
@ -1196,23 +1196,21 @@ static const projection_case projection_cases[] = {
|
||||
{ 2,-1},
|
||||
{-2, 1},
|
||||
{-2,-1}
|
||||
},{ // TODO: NOT CONSISTENT WITH Proj4
|
||||
{HUGE_VAL, HUGE_VAL}
|
||||
/*{ 223368.11902663155, 111701.07212763709},
|
||||
},{
|
||||
{ 223368.11902663155, 111701.07212763709},
|
||||
{ 223368.11902663155, -111701.07212763709},
|
||||
{-223368.11902663155, 111701.07212763709},
|
||||
{-223368.11902663155, -111701.07212763709}*/
|
||||
{-223368.11902663155, -111701.07212763709}
|
||||
},{
|
||||
{ 200, 100},
|
||||
{ 200,-100},
|
||||
{-200, 100},
|
||||
{-200,-100}
|
||||
},{ // TODO: NOT CONSISTENT WITH Proj4
|
||||
{HUGE_VAL, HUGE_VAL}
|
||||
/*{ 0.0017904931100023887, 0.00089524655489191132},
|
||||
},{
|
||||
{ 0.0017904931100023887, 0.00089524655489191132},
|
||||
{ 0.0017904931100023887, -0.00089524655489191132},
|
||||
{-0.0017904931100023887, 0.00089524655489191132},
|
||||
{-0.0017904931100023887, -0.00089524655489191132}*/
|
||||
{-0.0017904931100023887, -0.00089524655489191132}
|
||||
}
|
||||
},{
|
||||
"gstmerc",
|
||||
|
Loading…
x
Reference in New Issue
Block a user