From 9e8fe83fe02ebf7aab6d710004cffb742b96857b Mon Sep 17 00:00:00 2001 From: Yojeet <84186427+Circout-sudo@users.noreply.github.com> Date: Mon, 6 Jul 2026 11:08:03 +0200 Subject: [PATCH] Update library.json Added Libraries in Germany(Kleinmachnow and Stahnsdorf) --- data/places/library.json | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/data/places/library.json b/data/places/library.json index 8091a15..31fd4bf 100644 --- a/data/places/library.json +++ b/data/places/library.json @@ -273,5 +273,26 @@ "address": "福建省厦门市集美区诚毅中路380号", "gmaps_link": "https://maps.google.com/?q=24.59441,118.05789", "added_by": "Yojeet(Circout-sudo)" - } + },{ + "id": "stahnsdorf-library-01", + "name": "Bibliothek Stahnsdorf", + "type": "library", + "city": "stahnsdorf", + "lat": 52.3813222, + "lng": 13.2122294, + "address": "Annastraße 3, 14532 Stahnsdorf, Deutschland", + "gmaps_link": "https://maps.google.com/?cid=ChIJ0UL6dKheqEcRmgDyIeIO00c", + "added_by": "your-github-handle" +}, +{ + "id": "kleinmachnow-library-01", + "name": "Bibliothek Kleinmachnow", + "type": "library", + "city": "kleinmachnow", + "lat": 52.4031025, + "lng": 13.2199122, + "address": "Adolf-Grimme-Ring 10, 14532 Kleinmachnow, Deutschland", + "gmaps_link": "https://maps.google.com/?cid=ChIJR_4_wFlZqEcRH3brQxCh_nc", + "added_by": "your-github-handle" +} ]