From 0077eacdff92b2582759f4e322fd42f34d2de3ae Mon Sep 17 00:00:00 2001 From: Michael Barry Date: Tue, 3 Feb 2026 16:50:50 -0500 Subject: [PATCH] Add MLT tile type (#596) * Add MLT tile type * Update spec/v3/spec.md Co-authored-by: Bart Louwers --------- Co-authored-by: Bart Louwers --- spec/v3/spec.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/spec/v3/spec.md b/spec/v3/spec.md index bbb870f..11c15fb 100644 --- a/spec/v3/spec.md +++ b/spec/v3/spec.md @@ -180,14 +180,15 @@ 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 | +| Value | Meaning | +| :----- | :------------------- | +| `0x00` | Unknown / Other | +| `0x01` | MVT Vector Tile | +| `0x02` | PNG | +| `0x03` | JPEG | +| `0x04` | WebP | +| `0x05` | AVIF | +| `0x06` | MapLibre Vector Tile | #### Min Zoom (MinZ)