Support for loading offline .tif files in WorldWind Kotlin (imagery and elevation) #104
-
|
Hello, I'm currently working with WorldWind Kotlin v1.4.0 and had a success loading GeoPackage ( My goal is to load offline Could you clarify:
Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
|
Big TIFF files is not a very effective way to supply maps and elevations on mobile devices. We recommend to preprocess TIFF files into any tiled database format like GeoPackage, MBTiles, RMaps via computer GIS systems like QGIS or ArcGIS and use them. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hello @EMaksymenko , I would like to follow up on my earlier question. While I understand your recommendation to preprocess .tif files into a GeoPackage, I was wondering about a different approach. Such as using a third-party library to read .tif files and convert them into raw bytes, would WorldWind have any functionality to process those bytes directly and render them on the map? Let’s also assume there would be a size limit when loading .tif files this way. Do you think this approach could still be feasible, or does preprocessing into a GeoPackage remain the best option? |
Beta Was this translation helpful? Give feedback.





Big TIFF files is not a very effective way to supply maps and elevations on mobile devices.
We recommend to preprocess TIFF files into any tiled database format like GeoPackage, MBTiles, RMaps via computer GIS systems like QGIS or ArcGIS and use them.