JuliaGeo/GDALBuilder

Fix GEOS support on Linux

visr opened this issue · 1 comments

visr commented

From the failing tests at yeesian/ArchGDAL.jl#76 I saw errors saying "GEOS support not enabled." on Linux only.

That made me realize we don't test any GDAL functions that need GEOS in GDAL.jl, so I added JuliaGeo/GDAL.jl@36a0df0, which indeed shows the same thing in GDAL.jl:
https://travis-ci.org/JuliaGeo/GDAL.jl/builds/587696834.

visr commented

Fixed in #12