osmcode / osmcoastline

Extracts coastline data from OpenStreetMap planet file.
https://osmcode.org/osmcoastline/
GNU General Public License v3.0
109 stars 14 forks source link

Add support for GDAL 2.0 #15

Closed joto closed 9 years ago

sebastic commented 9 years ago

As reported in Debian Bug #802813, osmcoastline fails to build with GDAL 2.0:

 error: invalid conversion from 'GDALDriver*' to 'OGRSFDriver*'

The full build log is available there too.

osmcoastline needs to be patched to support GDAL 2.0, please refer to the MIGRATION GUIDE FROM GDAL 1.11 to GDAL 2.0 for pointers.

sebastic commented 9 years ago

Since #16 isn't going to be merged, can you give an indication when you expect a new release that includes GDAL 2.0 support using gdalcpp?