Add MLT tile type (#596)

* Add MLT tile type

* Update spec/v3/spec.md

Co-authored-by: Bart Louwers <bart.louwers@gmail.com>

---------

Co-authored-by: Bart Louwers <bart.louwers@gmail.com>
This commit is contained in:
Michael Barry
2026-02-03 16:50:50 -05:00
committed by GitHub
parent 754e15bf58
commit 0077eacdff

View File

@@ -181,13 +181,14 @@ The Tile Type is a 1-byte field specifying the type of tiles.
The field can have one of the following values:
| Value | Meaning |
| :----- | :----------------- |
| :----- | :------------------- |
| `0x00` | Unknown / Other |
| `0x01` | MVT Vector Tile |
| `0x02` | PNG |
| `0x03` | JPEG |
| `0x04` | WebP |
| `0x05` | AVIF |
| `0x06` | MapLibre Vector Tile |
#### Min Zoom (MinZ)