mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
README.md
This commit is contained in:
parent
189eddaae1
commit
d6052537c8
41
README.md
41
README.md
@ -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" }
|
||||
]
|
||||
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user