Skip to content

Releases: brendan-ward/mbtiles-go

Version 0.2.0

02 Oct 21:21
1437e31
Compare
Choose a tag to compare

Breaking changes

  • requires Go 1.21+ (per Go version policy).

API changes

  • added getTileFormatAndSize() to attempt to detect the tile size in addition
    to the tile format; will read up to full image of first tile to detect tile
    size.
  • added tilesize to MBtiles struct.

Bug fixes

  • fixed segfaults resulting from opening invalid MBTiles files (#6)

Version 0.1.0

22 Dec 18:00
553bc51
Compare
Choose a tag to compare
v0.1.0

Add GetFilename