0
I’m trying to create a method that calculates intersection using the lib GDAL, but when calling the intersection method I get the null return with the following message on the console: GEOS support not enable.
I’m in a Linux/Ubuntu environment with eclipse.
I was able to solve the problem by uninstalling the lib GDAL and reinstalling it in the GEOS order and then GDAL, passing as parameter the argument --with-Geos=yes when calling sh configure.
– Leandro Castilho
Hi Leandro, welcome back. You could answer your own question with your solution, so it would make it a lot easier when someone had the same problem you had
– Isaías de Lima Coelho
@Isaíasdelimacoelho I published the reply, thank you.
– Leandro Castilho