On mercredi 21 mars 2018 16:16:53 CET Kurt Schwehr wrote:
> Awesome!! Thanks Even.
>
> This isn't a bug, but I hit your workaround for 5.0.1 as I'm using proj
> master near head.
>
> third_party/gdal/ogr/ogrct.cpp:56:20: error: static declaration of
> 'proj_errno_string' follows non-static decla
Awesome!! Thanks Even.
This isn't a bug, but I hit your workaround for 5.0.1 as I'm using proj
master near head.
third_party/gdal/ogr/ogrct.cpp:56:20: error: static declaration of
'proj_errno_string' follows non-static declaration
static const char* proj_errno_string(int err)
Hi,
I've just committed in trunk initial support for proj.5 API per:
https://trac.osgeo.org/gdal/changeset/41878
You have to use the to-be-released proj 5.0.1 / proj master to get all
reprojection results to work as expected.
proj.4 support remains for now. At some point, when proj 5 has been mo