MBTiles

MBTiles is a specification for storing tiled map data in SQLite databases. It is developed and maintained by MapBox.

TileDataset tiles = MBTiles.open(Paths.get('ne.mbtiles'));

Connection Options

The following connection options are supported by the MBTiles driver.

Key Description Required Default Notes
file Path to MBTiles database. Yes    

Driver Aliases

The MBTiles driver is identified by the name mbtiles but can also be referenced as:

  • mbt