问题 I'm use SQLite3 to query for tile blobs I downloaded from openmaptiles. I'm able to get the blob from my DB and convert it into a Data however when I pass the Data to result of loadTile(at path:result:) I don't see the tile rendering. I'm wondering if maybe I need to convert it to some type of image data for it to render. However I'm fairly certain that .mbtiles uses blob data from png or jpeg image types which should be fine. Why might tiles not render on screen if I have appropriate Data