Skip to content

Releases: protomaps/go-pmtiles

v1.5.0

27 Oct 11:55
Compare
Choose a tag to compare

Changelog

  • d6e18eb Optimize v2 to v3 conversion by not traversing repeated leaves.
  • 4181a3c Update README.md
  • 21194ea Update README.md
  • 6a77030 magic number check/enforcement and spec version in show command [#27]
  • e6d7f11 show command shows truncated JSON metadata
  • 80d75b2 show help when running pmtiles with no args [#26]
  • 79c9f52 v2 to v3 conversion: avoid json-in-json for metadata

v1.4.1

24 Oct 04:27
Compare
Choose a tag to compare

Changelog

  • 00357bd converter: don't rely on minzoom/maxzoom from metadata, use entries [#25]

v1.4.0

20 Oct 13:07
2c7f833
Compare
Choose a tag to compare

Changelog

  • 2c7f833 Merge pull request #24 from protomaps/better-show
  • 971ddd6 add show specific tile to show [#21]
  • 82c42cd correct upload README
  • 0565eba max depth <= 3; fix defer in loop
  • e17d8d7 upload defaults to 2 threads and 256 MiB [#22]

v1.3.0

13 Oct 03:14
Compare
Choose a tag to compare

Changelog

  • 0493afb Merge pull request #18 from sfomuseum/return-error
  • 14a2737 Merge pull request #19 from sfomuseum/ignore-prefix
  • 490d168 return errors instead of triggering fatal errors in library code
  • ece5bbc update tilePattern and metadataPattern to allow leading (and ignorable) prefixes
  • c2af736 upload and serve allow S3 safe keys and prefixes [#19]

v1.2.1

11 Oct 02:45
Compare
Choose a tag to compare

Changelog

v1.1.0

07 Oct 14:52
Compare
Choose a tag to compare

Changelog

  • 5dc941a add barebones upload command and stub show command
  • 18aa427 add code path for migrating v2 to v3 in convert
  • 6957ee2 implementation of v2 to v3 upgrader
  • f0a8df1 remove v2 writer; stub out subpyramid functionality
  • a903fba set uploader concurrency/buffer size
  • 52d1129 upload command takes options flags
  • d00b536 v2 to v3 migration: handle leaf directories
  • 1612134 v2 to v3: fix tile type detection and minzoom/maxzoom as strings in v2 metadata

v1.0.2

05 Oct 07:54
Compare
Choose a tag to compare

Changelog

  • 5fe34b6 update go.mod; goreleaser produces binary named pmtiles

version 0.5

08 Jun 14:23
Compare
Choose a tag to compare
version 0.5 Pre-release
Pre-release

fix exception for tiles not in archive

v0.4-alpha

03 May 13:23
Compare
Choose a tag to compare
v0.4-alpha Pre-release
Pre-release
  • Return better 404 errors when tile is not in archive
  • use os.path for filesystem paths
  • add header Content-Length for tile responses

v0.3-alpha

03 May 09:29
Compare
Choose a tag to compare
v0.3-alpha Pre-release
Pre-release
add go.sum