[PROJ] PROJ 6.1.0RC2: it's a bug ?

Even Rouault even.rouault at spatialys.com
Wed May 8 03:01:48 PDT 2019


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

Even

-- 
Spatialys - Geospatial professional services
http://www.spatialys.com


More information about the PROJ mailing list