Skip to content

Commit

Permalink
fix event order
Browse files Browse the repository at this point in the history
  • Loading branch information
joergreichert committed Jul 18, 2024
1 parent 08c39ac commit 18e0433
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions public/data/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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] }
}
]
}

0 comments on commit 18e0433

Please sign in to comment.