[PROJ] PROJ 6.1.0RC2: it's a bug ?
Kristian Evers
kreve at sdfe.dk
Wed May 8 07:03:11 PDT 2019
> On 8 May 2019, at 15:58, Even Rouault <even.rouault at spatialys.com> wrote:
>
> On mercredi 8 mai 2019 12:01:48 CEST Even Rouault wrote:
>> On mercredi 8 mai 2019 11:14:19 CEST a.furieri at lqt.it wrote:
>>> the following C code snippet raises an unexpected exception:
>>>
>>> PJ *p1;
>>> PJ *p2;
>>> PJ_CONTEXT *ctx = proj_create_context();
>>> p1 = proj_create_crs_to_crs(ctx, "EPSG:4326", "EPSG:3003", NULL);
>>> p2 = proj_normalize_for_visualization(ctx, p1);
>>>
>>> proj_normalize_for_visualization:
>>> Object is not a CoordinateOperation created with proj_create_crs_to_crs
>>
>> Yes, this is a bug.
>> I've prepared a fix for it in
>> https://github.com/OSGeo/proj.4/pull/1459
>
> merged in master and backported to 6.1
>
All
That also means we will have an RC3. I’ll try to find the time to put it up tomorrow,
otherwise early on Friday. I would really like that one to be the last RC, so if you
haven’t tested RC2 yet please do so and report any issues you find.
/Kristian
> --
> Spatialys - Geospatial professional services
> http://www.spatialys.com
> _______________________________________________
> PROJ mailing list
> PROJ at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/proj
More information about the PROJ
mailing list