orbisgis / cts

Projection library in Java
GNU Lesser General Public License v3.0
49 stars 15 forks source link

EPSG:4299 bad recursive call #109

Closed ebocher closed 5 years ago

ebocher commented 5 years ago

The EPSG:4299 introduces a bad recursive call

See the test :

49;EPSG:4326;-7.899170;52.831312;EPSG:4299;-7.89842402505289;52.8310168494995;0.0000001

in BatchCoordinateTransformTest

ebocher commented 5 years ago

Same for :

Bug ->52;EPSG:4326;-7.899170;52.831312;EPSG:29900;206845.456303112;175560.736757651;0.001

Bug ->54;EPSG:4326;-7.899170;52.831312;EPSG:29902;206845.456303112;175560.736757651;0.01

mukoki commented 5 years ago

Should fix the bug. Note that I manually added the 3 tests number 49, 52 and 54 included in the report as I did not see them in the master (you may have more tests in your local repo).

ebocher commented 5 years ago

Thanks the tests were here https://github.com/orbisgis/cts/pull/110 I will merge.

ebocher commented 5 years ago

Fixed thanks a lot to @mukoki