diff --git a/cpp/pmtiles.hpp b/cpp/pmtiles.hpp index 2819f33..b340f58 100644 --- a/cpp/pmtiles.hpp +++ b/cpp/pmtiles.hpp @@ -18,6 +18,7 @@ const uint8_t TILETYPE_PNG = 0x2; const uint8_t TILETYPE_JPEG = 0x3; const uint8_t TILETYPE_WEBP = 0x4; const uint8_t TILETYPE_AVIF = 0x5; +const uint8_t TILETYPE_MLT = 0x6; const uint8_t COMPRESSION_UNKNOWN = 0x0; const uint8_t COMPRESSION_NONE = 0x1; diff --git a/js/CHANGELOG.md b/js/CHANGELOG.md index aea7568..1fefe4d 100644 --- a/js/CHANGELOG.md +++ b/js/CHANGELOG.md @@ -1,3 +1,6 @@ +4.4.0 +* add [MapLibre Vector Tile](https://github.com/maplibre/maplibre-tile-spec) `.mlt` support by @anscg [#633] + 4.3.2 * fix leafletRasterLayer empty images: set `display: none` diff --git a/js/examples/leaflet.html b/js/examples/leaflet.html index 1972e75..09015d9 100644 --- a/js/examples/leaflet.html +++ b/js/examples/leaflet.html @@ -4,7 +4,7 @@ - +