Skip to content

Commit ebd30a8

Browse files
remove mlt announcement (#497)
1 parent 57d700b commit ebd30a8

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

src/content/news/2025-12-02-maplibre-newsletter-november-2025/index.mdx

Lines changed: 2 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ draft: false
1010
import { Image } from "astro:assets";
1111
import awsLogo from "/public/img/aws-logo.svg";
1212
import maplibreLogo from "/public/img/maplibre-logos/maplibre-logo-for-light-bg.svg";
13-
import mlt from "./mlt.jpg";
1413
import font_before from "./font_before.png";
1514
import font_after from "./font_after.png";
1615

@@ -76,7 +75,7 @@ We open this edition by acknowledging AWS for their continued support of MapLibr
7675
</div>
7776
</div>
7877

79-
The highlight of this month is the landmark release of Martin v1.0, a major milestone for the project. In addition, we bring updates on MapLibre Tile (MLT), new releases across MapLibre Native and GL JS, a new video export plugin from the community, and information on upcoming community calls.
78+
The highlight of this month is the landmark release of Martin v1.0, a major milestone for the project. We also bring updates across MapLibre Native and GL JS, a new video export plugin from the community, and information on upcoming community calls.
8079

8180
## 🧩 Martin
8281

@@ -93,63 +92,6 @@ This incredible progress is thanks to [over 80 contributors](https://github.com/
9392

9493
A special thanks to Stepan Kuzmin, the original author, and to key contributors Yuri Astrakhan, Frank Elsinga, and Lucas, along with everyone else who made this project a success!
9594

96-
## 📝 MapLibre Tile
97-
98-
Support for the new **MapLibre Tile** (MLT) format has landed in both MapLibre GL JS and MapLibre Native!
99-
100-
#### What is MLT?
101-
102-
[MLT](https://github.com/maplibre/maplibre-tile-spec) is a new format that we will support alongside [MVT](https://github.com/mapbox/vector-tile-spec). MLT vector tiles have a modern and efficient column oriented format which will save bandwidth as well as storage space for offline use cases.
103-
104-
#### How to try MLT?
105-
106-
We have added the [`encoding`](https://maplibre.org/maplibre-style-spec/sources/#encoding) property to the style specification, where you can add `mlt` as a value to add MLT vector tile sources. It will probably be a while before the tile format is widely available, for example from your favorite tile provider.
107-
108-
The easiest way to try out MLT is to use the [MLT-based demotiles style](https://raw.githubusercontent.com/maplibre/demotiles/refs/heads/gh-pages/tiles-mlt/plain.json). Early adopters might also want to try out the [encoding server](https://github.com/maplibre/maplibre-tile-spec/tree/main/java/encoding-server) which converts existing (MVT) styles and vector tile sources to MLT on the fly. This is mostly a tool for development. For actually deploying MLT, you could use [Planetiler](https://github.com/onthegomap/planetiler), as the upcoming version will support outputting MLT.
109-
110-
<div style={{ maxWidth: "1000px", margin: "1.5rem auto", textAlign: "center" }}>
111-
<Image
112-
src={mlt}
113-
alt="MapLibre Tile Support"
114-
style={{
115-
width: "75%",
116-
height: "auto",
117-
display: "block",
118-
margin: "0 auto",
119-
border: "1px solid #e5e7eb",
120-
borderRadius: "0.75rem",
121-
}}
122-
class="shadow-lg"
123-
loading="lazy"
124-
decoding="async"
125-
/>
126-
<p
127-
style={{
128-
fontSize: "0.9rem",
129-
color: "#666",
130-
marginTop: "0.5rem",
131-
fontStyle: "italic",
132-
}}
133-
>
134-
<em>MapLibre Tile Support</em>
135-
</p>
136-
</div>
137-
#### Implementation Status
138-
139-
Refer to [this page](https://maplibre.org/maplibre-tile-spec/implementation-status/) for a complete and up-to-date list of integrations and implementations.
140-
141-
#### Community Feedback
142-
143-
The first results are being reported on [our Slack](https://maplibre.org/community). We would love to hear your experience with using MLT! Join the `#maplibre-tile-format` channel if you are interested in contributing to the future of the tile format. There are a lot of ideas for exciting extensions.
144-
145-
#### Acknowledgements
146-
147-
MapLibre Tile came to be thanks to a multi year collaboration between academia, open source and enterprise. Thank you to everyone that was involved! We are very proud that our community is able to innovate like this.
148-
149-
Special thanks goes to Markus Tremmel for inventing the format, Yuri Astrakhan for spearheading the project, Tim Sylvester for the C++ implementation, Benedikt Vogl and Niklas Greindl for helping out with the JavaScript implementation.
150-
151-
Also thanks to Microsoft and Amazon for financing work on MLT.
152-
15395
## 📱 MapLibre Native
15496

15597
- Please help us test the new MapLibre Android pre-release, [`v12.3.0-pre0`](https://github.com/maplibre/maplibre-native/releases/tag/android-v12.3.0-pre0) (available on Maven Central). Two features need testing:
@@ -171,7 +113,7 @@ Also thanks to Microsoft and Amazon for financing work on MLT.
171113
## 🌐 MapLibre GL JS
172114

173115
We have released two major versions this month: [v5.12](https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.12.0) and [v5.13](https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.13.0).
174-
The main feature that was added as part of these versions is support for MLT (MapLibre Tiles) as mentioned above!
116+
The main feature that was added as part of these versions is support for MLT (MapLibre Tiles)!
175117

176118
**Experimental Tile Slicing**
177119

Binary file not shown.

0 commit comments

Comments
 (0)