You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -76,7 +75,7 @@ We open this edition by acknowledging AWS for their continued support of MapLibr
76
75
</div>
77
76
</div>
78
77
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.
80
79
81
80
## 🧩 Martin
82
81
@@ -93,63 +92,6 @@ This incredible progress is thanks to [over 80 contributors](https://github.com/
93
92
94
93
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!
95
94
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.
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
-
153
95
## 📱 MapLibre Native
154
96
155
97
- 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.
171
113
## 🌐 MapLibre GL JS
172
114
173
115
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)!
0 commit comments