four-eyes
four-eyes

Reputation: 12394

MKTileOverlay with MTiles database

Is there a way to use the MKTileOverlay with a MBTiles database? Storing many small files (tiles) directly on the native file system is very inefficient when the covered area is getting bigger. Having them all together in one place would make a lot easier. However, I cannot find any information on how to use MBTiles with the MKtileOverlay.

Upvotes: 0

Views: 167

Answers (1)

RL2000
RL2000

Reputation: 1011

There's an old Git repository that you may be able to use. It hasn't been updated in years, so I don't know how reliable it is, but for what this is worth, check it out: https://github.com/mapbox/mbxmapkit/tree/issue3-mbtiles/MBXMapKit

Upvotes: 1

Related Questions