Skip to content

Commit 205e129

Browse files
committed
add new water source
1 parent a116b35 commit 205e129

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

public/data/events.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
"properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" }
66
},
77
"features": [
8+
{
9+
"type": "Feature",
10+
"properties": {
11+
"id": "20250709_taborkirche",
12+
"type": "Aktion",
13+
"name": "Gießaktion an der Handschwengelpumpe vor der Taborkirche ",
14+
"organisation": "LEIPZIG GIESST",
15+
"address": "Windorfer Straße 49, 04229 Leipzig",
16+
"date": "2025-07-09",
17+
"start": "18:00",
18+
"end": "19:00",
19+
"hints": [
20+
"Bringt bitte eure Gießkanne mit."
21+
]
22+
},
23+
"geometry": { "type": "Point", "coordinates": [12.327698869226992, 51.31481365299021] }
24+
},
825
{
926
"type": "Feature",
1027
"properties": {

public/data/water-sources.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,23 @@
939939
]
940940
},
941941
"geometry": { "type": "Point", "coordinates": [12.325256690265263, 51.34410031069228] }
942+
},
943+
{
944+
"type": "Feature",
945+
"properties": {
946+
"id": "20250707_rad3",
947+
"name": "Rad3",
948+
"type": "Wasserspeicher",
949+
"address": "Delitzscherstraße 97, 04129 Leipzig",
950+
"created": "07.07.2025",
951+
"images": [ "rad3_01.jpg", "rad3_02.jpg" ],
952+
"hints":[
953+
"Der Wasserwürfel steht links neben dem Haupteingang des Lastenradladen \"Rad3\" unter einem Baum.",
954+
"Er ist am Rand des öffentlich zugänglichen Parkplatzes, zwischen den beiden Gebäuden.",
955+
"Er kann rund um die Uhr benutzt werden."
956+
]
957+
},
958+
"geometry": { "type": "Point", "coordinates": [12.38479122892382, 51.3725503] }
942959
}
943960
]
944961
}
86.3 KB
Loading
72 KB
Loading

0 commit comments

Comments
 (0)