Tagged Questions
3
votes
2answers
108 views
How does Mbtiles store raw image data in the tile_data field?
Looking at the MBtiles spec, the tile_data field of the tiles table is just a blob of a tile image.
With this information, I expected to be able to take a data URI, string it of everything except the ...