MerginMaps/mobile-sdk

Support JPEG compression in GDAL

Closed this issue · 2 comments

Currently we build GDAL without JPEG support, so even GeoTIFF files with JPEG compression can't be loaded in Input:

https://github.com/lutraconsulting/input-sdk/blob/master/android/recipes/gdal/recipe.sh#L67

Actually this is a bug, because previously (before AAB updates) we didn't disable JPEG driver:
https://github.com/lutraconsulting/input-sdk/blob/2588d6c416ebf4d371d6702717c321cd7e36468b/android/recipes/gdal/recipe.sh#L51