mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
* Add MLT tile type * MLT code implementation * fix build - /app needs to wait for new pmtiles version on npm * update CHANGELOGs and python, js versions [#596, #633] --------- Co-authored-by: Michael Barry <msbarry@users.noreply.github.com> Co-authored-by: Brandon Liu <bdon@users.noreply.github.com> Co-authored-by: Brandon Liu <bdon@bdon.org>
21 lines
703 B
Markdown
21 lines
703 B
Markdown
# Changelog
|
|
|
|
## Version 3.5
|
|
- add [MapLibre Vector Tile](https://github.com/maplibre/maplibre-tile-spec) `.mlt` enum by @msbarry [#596]
|
|
|
|
## Version 3.4
|
|
- Clarify that entry lengths must be > 0.
|
|
- Add details about ordering of leaf directories.
|
|
|
|
## Version 3.3
|
|
- Narrow `clustered` meaning: first tile entry must be offset 0.
|
|
- Add language discouraging the creation of nested leaf directories.
|
|
- add recommended MIME Type.
|
|
|
|
## Version 3.2
|
|
- Detailed rewrite of spec by @DerZade to clarify ambiguity.
|
|
|
|
## Version 3.1
|
|
- added `metadata` details about `vector_layers`.
|
|
- Clarified that directory entry lengths must be nonzero, and directories must be non-empty.
|
|
- add AVIF to TileTypes. |