README.md

This commit is contained in:
AT 2022-07-11 01:31:11 +02:00
parent 189eddaae1
commit d6052537c8

View File

@ -59,32 +59,23 @@ const places = [{
"id": 51,
"name": "Stadtgemüse",
"text": "Stadtgemüse Fulda ist eine Gemüsegärtnerei in Maberzell, die es sich zur Aufgabe gemacht hat, die Stadt und seine Bewohner:innen mit regionalem, frischem und natürlich angebautem Gemüse mittels Gemüsekisten zu versorgen. Es gibt also jede Woche, von Frühjahr bis Herbst, angepasst an die Saison eine Kiste mit schmackhaftem und frischem Gemüse für euch, welche ihr direkt vor Ort abholen könnt. \r\n\r\nhttps://stadtgemuese-fulda.de",
"position": {
"type": "Point",
"coordinates": [9.632435, 50.560342]
},
"position": { "type": "Point", "coordinates": [9.632435, 50.560342] },
"tags": [9,13],
},
{
"id": 166,
"name": "Weidendom",
"text": "free camping",
"position": {
"type": "Point",
"coordinates": [9.438793, 50.560112]
},
"position": { "type": "Point", "coordinates": [9.438793, 50.560112] },
"tags": [10,11]
}];
const events = [
{
"id": "65bbc003-b6de-4904-b85c-8ab6c92fe0db",
"id": 423,
"name": "Hackathon",
"text": "still in progress",
"position": {
"type": "Point",
"coordinates": [9.5, 50.62]
},
"position": { "type": "Point", "coordinates": [9.5, 50.62] },
"start": "2022-03-25T12:00:00",
"end": "2022-05-12T12:00:00",
"tags": [10]
@ -92,26 +83,10 @@ const events = [
]
const tags = [
{
"id": 9,
"name": "Gardening",
"color": "#008e5b"
},
{
"id": 10,
"name": "Art",
"color": "#fdc60b"
},
{
"id": 11,
"name": "Nature",
"color": "#8cbb26"
},
{
"id": 13,
"name": "Market",
"color": "#2a71b0"
}
{"id": 9, "name": "Gardening", "color": "#008e5b" },
{"id": 10, "name": "Art", "color": "#fdc60b" },
{"id": 11, "name": "Nature", "color": "#8cbb26" },
{"id": 13, "name": "Market", "color": "#2a71b0" }
]
```