MBTiles

The MBTiles driver reads imagery tiles from the  MBTiles SQLite-based packaging format.

Specs

  • Profile: Always user-specified. This driver exists to handle imagery that doesn't have its own spatial reference information; therefor you must provide it yourself using the <profile> tag.

Options

filename Location (pathname) of the mbtiles file to load required
format Usually the driver will read the image format from the MBTiles metadata, but you can override that here. optional

Example

<image name="mbtiles-file" driver="mbtiles">
    <filename>../data/haiti.mbtiles</filename>
    <format>jpg</format>
</image>

Driver list