Hello Steve
The issue should be fixed now, on trunk and development branches JDK7
and JDK8. If you are using Maven, snapshot builds are available on
http://repository.apache.org/snapshots. Please let me know if you
encounter other issues.
Martin
Le 13/07/2017 à 17:08, HRUDA Steve a écrit :
> Perfect - Thanks Martin!
>
>
>
> *From:*Martin Desruisseaux [mailto:[email protected]]
> *Sent:* Thursday, July 13, 2017 5:01 PM
> *To:* [email protected]; HRUDA Steve <[email protected]>
> *Subject:* Re: CRS.findOperation WGS84 to EPSG:20249 without using the
> EPSG geodetic dataset
>
>
>
> Hello Steve
>
> Le 13/07/2017 à 14:44, HRUDA Steve a écrit :
>
> is it possible to transform a WGS84 coordinate to EPSG:20249
> without using the EPSG geodetic dataset? I tried to find a
> CoordinateOperation based on EPSG:20249’s WKT 1.0 definition which
> includes the toWGS84 parameters, but I got the following
> exception: (...snip...)
>
> CRS.findOperation(…) should work by itself (with limited capabilities)
> even in absence of EPSG geodetic dataset. The
> OperationNotFoundException is probably a bug. I reproduced it on my
> local machine and filled a JIRA task:
>
> https://issues.apache.org/jira/browse/SIS-364
>
> We will try to fix it in the next few days, since I suspect that it
> will be a simple fix (probably just one or two lines doing the wrong
> check).
>
> Martin
>