From 18e0433a081c2e28efb052716eed842b1773fb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Reichert?= Date: Thu, 18 Jul 2024 23:43:13 +0200 Subject: [PATCH] fix event order --- public/data/events.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/public/data/events.json b/public/data/events.json index a3430a0ba..70657002a 100644 --- a/public/data/events.json +++ b/public/data/events.json @@ -44,6 +44,23 @@ }, "geometry": { "type": "Point", "coordinates": [12.42698869081002, 51.34357978146099] } }, + { + "type": "Feature", + "properties": { + "id": "20240831_pumpen_raetseltour", + "type": "Ausstellung", + "name": "Vernissage Wanderausstellung 'Historische Handschwengelpumpen in Leipzig'", + "organisation": "AK Gohliser Geschichte", + "address": "Bürgerverein Waldstraßenviertel, Hinrichsenstr. 10", + "date": "2024-08-23", + "start": "17:00", + "end": "19:00", + "hints": [ + "7. Station der Wanderausstellung seit September 2022" + ] + }, + "geometry": { "type": "Point", "coordinates": [12.364005951889993, 51.34552258629577] } + }, { "type": "Feature", "properties": { @@ -66,23 +83,6 @@ "images": [ "spiel.jpg" ] }, "geometry": { "type": "Point", "coordinates": [12.370810368543857, 51.34489748763633] } - }, - { - "type": "Feature", - "properties": { - "id": "20240831_pumpen_raetseltour", - "type": "Ausstellung", - "name": "Vernissage Wanderausstellung 'Historische Handschwengelpumpen in Leipzig'", - "organisation": "AK Gohliser Geschichte", - "address": "Bürgerverein Waldstraßenviertel, Hinrichsenstr. 10", - "date": "2024-08-23", - "start": "17:00", - "end": "19:00", - "hints": [ - "7. Station der Wanderausstellung seit September 2022" - ] - }, - "geometry": { "type": "Point", "coordinates": [12.364005951889993, 51.34552258629577] } } ] }