Skip to content

Commit 1f0e7e2

Browse files
Patch: Sep 2025 newsletter (#477)
* Yuri's inputs * rust sentence modification
1 parent 71704be commit 1f0e7e2

File tree

1 file changed

+4
-3
lines changed
  • src/content/news/2025-10-04-maplibre-newsletter-september-2025

1 file changed

+4
-3
lines changed

src/content/news/2025-10-04-maplibre-newsletter-september-2025/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@ Further details are available [on Slack](https://slack.openstreetmap.us/).
149149

150150
## 🦀 maplibre-native-rs
151151

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.
153153

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.
155155

156156
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.
157157

@@ -182,6 +182,7 @@ Work is ongoing to design a multi-instance Pool, and we’re actively seeking fe
182182
<em> Tile rendering using maplibre-native-rs</em>
183183
</p>
184184
</div>
185+
185186
## 🎉 Spatial K Onboarding
186187

187188
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:
195196

196197
It is already in use by [MapLibre Compose](https://maplibre.org/maplibre-compose/).
197198

198-
Expanding on Spatial K
199+
**Expanding on Spatial K:**
199200

200201
- 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.
201202
- 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

Comments
 (0)