[PROJ] How to match a proj string to the db?

Nyall Dawson nyall.dawson at gmail.com
Sun May 12 21:14:23 PDT 2019


On Mon, 13 May 2019 at 11:54, Even Rouault <even.rouault at spatialys.com> wrote:
>
> On dimanche 12 mai 2019 20:25:52 CEST Nyall Dawson wrote:
> > PJ* crs = proj_create( 0, "+proj=longlat +datum=WGS84 +no_defs +type=crs")
> > if ( PJ_OBJ_LIST *crsList = proj_identify( 0, crs, nullptr, nullptr,
> > &confidence ) )
> > {
> >  // never reached, regardless of proj string
> > }
>
> Hum, works for me. Is PROJ_LIB properly set ?

Sorry for the noise, false alarm. It *is* working correctly now!

Nyall


More information about the PROJ mailing list