CartoDB / mobile-sdk

CARTO Mobile SDK core project
https://carto.com/docs/carto-engine/mobile-sdk/
BSD 3-Clause "New" or "Revised" License
179 stars 65 forks source link

How to use GDALRasterTileDataSource ? #512

Open vTechGIS opened 1 year ago

vTechGIS commented 1 year ago

Hi all,

I have some geotiff data layers that need overlay to mapview, and I found the GDALRasterTileDataSource class in the source code. However, it is not compiled in the public release. Is there any way I can use it?

Thank you.

mtehver commented 1 year ago

Hi. GDALRasterTileDataSource is not actively maintained. We have only briefly tested it on Android and it requires externally built GDAL .so file. As much as I remember, getting GDAL work on Android was quite a lot of tinkering and we do not have any instructions how to do it.