Skip to content

Commit af476a0

Browse files
April 2025 newsletter (#416)
* April newsletter * community spotlight * format fix * minor changes
1 parent 8197911 commit af476a0

File tree

1 file changed

+141
-0
lines changed
  • src/content/news/2025-05-04-maplibre-newsletter-april-2025

1 file changed

+141
-0
lines changed
Lines changed: 141 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,141 @@
1+
---
2+
title: "MapLibre Newsletter April 2025"
3+
date: "2025-05-04"
4+
categories: ["newsletter"]
5+
authors: [bart, harel, frank, ramyaragupathy]
6+
draft: false
7+
---
8+
9+
import { Image } from "astro:assets";
10+
import komootLogo from "/public/img/komoot-logo.svg";
11+
import maplibreLogo from "/public/img/maplibre-logos/maplibre-logo-for-light-bg.svg";
12+
13+
Welcome to the April edition of the MapLibre Monthly!
14+
15+
We’re excited to share major updates across Native, GL JS, and Martin - ranging from performance optimizations to new extensibility features.
16+
And before we dive in, a heartfelt thanks to [Komoot](https://www.komoot.com/) for renewing their sponsorship!
17+
18+
<div
19+
style={{
20+
backgroundColor: "white",
21+
padding: "2rem",
22+
border: "10px solid #cfd8dc",
23+
borderRadius: "0",
24+
marginBottom: "3rem",
25+
display: "flex",
26+
justifyContent: "center",
27+
alignItems: "center",
28+
gap: "2rem",
29+
flexWrap: "nowrap",
30+
overflow: "hidden",
31+
flexDirection: "column",
32+
}}
33+
>
34+
<div
35+
style={{
36+
display: "flex",
37+
justifyContent: "center",
38+
alignItems: "center",
39+
gap: "2rem",
40+
flexWrap: "nowrap",
41+
width: "100%",
42+
}}
43+
>
44+
<Image
45+
src={maplibreLogo}
46+
alt="MapLibre logo"
47+
style={{
48+
width: "40%",
49+
maxWidth: "300px",
50+
height: "auto",
51+
objectFit: "contain",
52+
}}
53+
/>
54+
<Image
55+
src={komootLogo}
56+
alt="Komoot logo"
57+
style={{
58+
width: "40%",
59+
maxWidth: "330px",
60+
height: "auto",
61+
objectFit: "contain",
62+
}}
63+
/>
64+
</div>
65+
<div
66+
style={{
67+
marginTop: "1rem",
68+
fontSize: "1rem",
69+
textAlign: "center",
70+
color: "#263238",
71+
fontStyle: "italic",
72+
}}
73+
>
74+
Komoot’s support as an official MapLibre sponsor - 2023, 2024 & 2025 💙
75+
</div>
76+
</div>
77+
78+
## MapLibre Native
79+
80+
- **Action Journal for Crash Debugging**: We are adding an 'action journal' to MapLibre Native. This is a **persistent log of internal events**, written out as JSON files. You can use this as a sort of black box to get information what the library was doing when rare, difficult to reproduce crashes and bugs happen. Please check out [the PR](https://github.com/maplibre/maplibre-native/pull/3409) and tell us if this is useful. We expect this to be mostly used by mission-critical enterprise type applications, which tend to have extremely low acceptable crash rates.
81+
82+
- **Efficient Memory Management with Dynamic Texture Atlas**: Work on implementing a [dynamic texture atlas](https://github.com/maplibre/maplibre-native/pull/3198) is almost complete. Testing indicates that reduction in memory may be more significant than expected! This can also be useful when using MapLibre Native for server-side rendering. We are very interested to hear your findings on memory usage in production when releases containing this functionality are out.
83+
84+
- **Plugin Support for Custom Layers (WIP)**: There is a [draft PR](https://github.com/maplibre/maplibre-native/pull/3430) that adds plugin functionality to MapLibre Native, allowing **custom layer types** to be added at runtime. Allowing the library to be extended more easily from the outside is something that has been talked about a long time. Although the PR in question is very much a work-in-progress, it is exciting to see some movement in this area which many users will be following with interest.
85+
86+
- **Call for Accessibility Feedback**: We are interested in input from **accessibility** experts or developers who developed accessible maps in the past. Do you have any ideas for MapLibre Native features or perhaps style spec additions that can benefit accessibility? If yes, then please [add to the discussion](https://github.com/maplibre/maplibre-native/discussions/3439).
87+
88+
- Releases this month:
89+
- MapLibre iOS [6.12.2](https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.12.2), [6.12.3](https://github.com/maplibre/maplibre-native/releases/tag/ios-v6.12.3)
90+
- MapLibre Android [11.8.6](https://github.com/maplibre/maplibre-native/releases/tag/android-v11.8.6)
91+
- MapLibre Node.js [6.1.0](https://github.com/maplibre/maplibre-native/releases/tag/node-v6.1.0).
92+
93+
## Web
94+
95+
We released two versions this month:
96+
97+
- [v5.3.1](https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.3.1): A minor update focused on bug fixes.
98+
- [v5.4.0](https://github.com/maplibre/maplibre-gl-js/releases/tag/v5.4.0): A major release introducing Level of Detail (LOD) controls based on pitch and zoom levels, giving developers more flexibility in how data is rendered dynamically.
99+
100+
Looking ahead, map-state persistence and expanded hillshade options are in the pipeline, stay tuned! There’s also early progress on a plugin to support complicated scripting languages, a feature that’s been discussed in previous newsletter posts.
101+
102+
Be sure to explore the [awesome-maplibre](https://github.com/maplibre/awesome-maplibre) repository. It’s packed with creative tools, plugins, and use cases built by our amazing community!
103+
104+
## Martin Tile Server
105+
106+
We’re actively shaping the roadmap for Martin v1.0 and would love your input!
107+
108+
A discussion is underway on what features or changes are needed before we consider a 1.0 release. If you have thoughts, suggestions, or feature requests, [please join the conversation](https://github.com/maplibre/martin/discussions/1805) and help guide the future of Martin.
109+
110+
## 🌟 Community Spotlight
111+
112+
**[GTFS Visualization for Public Transport in Zamora, Mexico](https://rutaton.zamora.gob.mx)**
113+
114+
This project by [Codeando México](https://codeandomexico.org/) visualizes the public transport routes in Zamora using MapLibre + Svelte. It’s part of a crowdmapping initiative where local students helped digitize the city’s transit network using mobile phones.
115+
116+
Before this effort, the information wasn’t publicly available. Now, it’s accessible to both residents and organizations who can build on the data. A great example of civic tech and open mapping in action!
117+
118+
> “It was super easy to get something done quickly using Svelte + MapLibre.”
119+
> — Óscar Hernández, Tech Lead @ Codeando México
120+
121+
## 🗓️ Monthly meetings
122+
123+
We continue our regular community calls on the _**second Wednesday**_ of each month, with an additional session on the last Wednesday to better accommodate Asia/Oceania time zones.
124+
125+
Upcoming May Calls
126+
127+
- MapLibre Navigation: May 14, 2025 – 4:00–5:00 PM UTC
128+
- MapLibre Native: May 14, 2025 – 5:00–6:00 PM UTC
129+
- MapLibre GL JS: May 14, 2025 – 6:00–7:00 PM UTC
130+
131+
🌏 MapLibre Eastern Call
132+
133+
Held on the last Wednesday of the month at an Asia/Oceania-friendly hour:
134+
135+
- May 28, 2025 – 9:00–10:00 AM UTC
136+
137+
🔗 [View meeting times in your local timezone](https://notime.zone/OPU6n2O-ij-eN)
138+
139+
All calls are open to everyone. Zoom links are shared in the MapLibre Slack.
140+
Not yet a member? Request an invite via the [OpenStreetMap US Slack](https://slack.openstreetmap.us/).
141+
We’d love to see you there!

0 commit comments

Comments
 (0)