Greetings:Referencing this blog post http://erouault.blogspot.com/2015/10/gdal-and-ogr-utilities-as-library.html I need to use the "new" Translate method in the GDAL Java API. However, the Translate method is not even in GDAL2.1.0 available at Maven (TranslateOptions is in there, but not Translate)
On mardi 3 janvier 2017 20:45:58 CET Vladimir Sandoval wrote:
> Greetings:
> Referencing this blog
> post http://erouault.blogspot.com/2015/10/gdal-and-ogr-utilities-as-library
> .html I need to use the "new" Translate method in the GDAL Java API.
> However, the Translate method is not even in GDAL
>
> Anyway, should I file a bug and commit the above path to the file
> "configure"?
configure should never been manually modified. It is regenerated by autoconf
(currently
2.69) from configure.in
I've traced the issue to be linked to the following line in configure.in
AC_ARG_WITH(,[ --with-
Hey, thanks for this advice Even. I think I may have actually stumbled on a
similar issue in the past (with setting geometry) so I really should have known
better.
Thanks for the reminder. Yes, an update to the doco would help newbies as
well as people like me who only dabble around the ed