-
-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GeoTIFF support #2930
Comments
I would propose to ask this at the main https://github.com/maplibre/maplibre-native repository as I am not familiar with that functionality specifically. |
MapLibre Native supports image sources, maybe that is an option for you. Right now there is no special support for GeoTIFF as far as I am aware. |
Yes, I have tried to add some small GeoTIFFs using the following code: |
@aiqibaobei As far as I understand, loading images is supported, but MapLibre was never designed to handle large images efficiently. However, there is a clean solution for your problem: use MBTiles instead. MBTiles are designed to contain pre-computes graphic assetts for various zoom levels and will be rendered with blazing speed, even on low-end or handheld devices. |
Thank you for the suggestion! |
Dear MapLibre Development Team,
I hope this message finds you well. I am exploring the capabilities of the MapLibre library and would like to know if it supports loading large GeoTIFF files directly. If this functionality is not natively supported, could you provide guidance on how to implement this using GDAL or other libraries to handle large GeoTIFF files effectively within a MapLibre environment?
Thank you for your assistance!
The text was updated successfully, but these errors were encountered: