Hi.
I have to store a raster (ECW format) in a MBTILES (the writer is SQLITE).
The raster looks like this:
My first FME attempt has been this one:
The MBTILES format needs two tables in the database: tiles and metada. FME builds the first one and then I create the second one with SQLite Browser.
After renaming the database from .sqlite to .mbtiles, I add the file to QGIS to see the result:
The bigger the zoom the crazier the puzzle.
I have almost zero experience with FME and I don't know what I could do to fix this.
Does anyone know what is wrong with the process? Or is there a better way to get a MBTILES from a raster?
Thanks for your help!