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
Copy file name to clipboardExpand all lines: src/content/news/2025-10-04-maplibre-newsletter-september-2025/index.mdx
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,9 +149,9 @@ Further details are available [on Slack](https://slack.openstreetmap.us/).
149
149
150
150
## 🦀 maplibre-native-rs
151
151
152
-
The MapLibre Native Rust bindings have seen a steady stream of refactorings and breaking changes to enable server-side rendering both in Martin and other projects possible.
152
+
The MapLibre Native Rust bindings have seen a steady stream of changes to enable server-side map rendering (rasterization) for Martin and other projects.
153
153
154
-
We currently offer a single-instance Pool (MapLibre Native internally uses multithreading) for rendering tiles, which already provides solid performance.
154
+
We currently offer a single-instance Pool for rendering tiles, which already provides solid performance. MapLibre Native internally uses multithreading.
155
155
156
156
Work is ongoing to design a multi-instance Pool, and we’re actively seeking feedback. If you have complex server-side rendering use cases, we’d love to hear from you to ensure the upcoming APIs work well for your needs.
157
157
@@ -182,6 +182,7 @@ Work is ongoing to design a multi-instance Pool, and we’re actively seeking fe
182
182
<em> Tile rendering using maplibre-native-rs</em>
183
183
</p>
184
184
</div>
185
+
185
186
## 🎉 Spatial K Onboarding
186
187
187
188
We have on-boarded [Spatial K](https://maplibre.org/spatial-k/) (onboarding [ticket](https://github.com/maplibre/maplibre/issues/475)), a set of libraries for working with geospatial data in Kotlin, created by [Derek Ellis](https://github.com/dellisd) and generously passed over to MapLibre for continued collective maintenance.
@@ -195,7 +196,7 @@ Spatial K includes:
195
196
196
197
It is already in use by [MapLibre Compose](https://maplibre.org/maplibre-compose/).
197
198
198
-
Expanding on Spatial K
199
+
**Expanding on Spatial K:**
199
200
200
201
- GeoKJSON: There is a fork of Spatial K named [GeoKJSON](https://elcolto.github.io/GeoKJSON/) by [Sebastian Heeschen](https://github.com/elcolto), which we will be able to upstream into Spatial K, with Sebastian’s guidance. See the [ticket](https://github.com/maplibre/spatial-k/issues/170) for the porting effort.
201
202
- MapLibre Java: There is significant overlap between Spatial K and [MapLibre Java](https://github.com/maplibre/maplibre-java), especially after the recent [refactor to Kotlin](https://github.com/maplibre/maplibre-java/pull/40) by [Fabian Keunecke](https://github.com/Fabi755). This work will help fill in gaps in Spatial K, enabling better alignment between the libraries. See the [ticket](https://github.com/maplibre/spatial-k/issues/154) for details.
0 commit comments