syncpoint / terrain-rgb

A detailed tutorial about how to convert geo-tiff files containing Digital Elevation Model (DEM) data into a pyramid of png tiles
118 stars 15 forks source link

missing 'format' value in metadata #3

Closed ThomasHalwax closed 2 years ago

ThomasHalwax commented 4 years ago

According to https://github.com/mapbox/mbtiles-spec/blob/master/1.3/spec.md a MBTiles

The metadata table is used as a key/value store for settings. It MUST contain these two rows:

name (string): The human-readable name of the tileset. format (string): The file format of the tile data: pbf, jpg, png, webp, or an IETF media type for other formats.

format is currently missing

ThomasHalwax commented 2 years ago

Fixed with commit https://github.com/syncpoint/terrain-rgb/commit/1550cdc8e3423b2a66bd45f3a8f4647313573fb8