From 900bbf6c5782af1f6c888308c12ab6275c828873 Mon Sep 17 00:00:00 2001 From: MinotaurG Date: Wed, 29 Jul 2026 20:29:29 +0530 Subject: [PATCH] Add Kotlin/JVM reader to Other Languages Adds pmtiles-kotlin, a dependency-free PMTiles v3 reader for the JVM/Android, to the Other Languages list. Verified against the official test fixtures. Per issue #134. --- pmtiles/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pmtiles/index.md b/pmtiles/index.md index fdef70b..1c690a7 100644 --- a/pmtiles/index.md +++ b/pmtiles/index.md @@ -83,4 +83,5 @@ The Python `pmtiles` package should be considered beta status. These libraries are maintained by other individuals and organizations. * Dart: [pub.dev/packages/pmtiles](https://pub.dev/packages/pmtiles) +* Kotlin/JVM: [MinotaurG/pmtiles-kotlin](https://github.com/MinotaurG/pmtiles-kotlin) * Rust: [stadiamaps/pmtiles-rs](https://github.com/stadiamaps/pmtiles-rs)