mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
57 lines
2.1 KiB
JSON
57 lines
2.1 KiB
JSON
{
|
|
"collection": "items",
|
|
"meta": {
|
|
"insert_order": 1,
|
|
"create": true,
|
|
"update": true,
|
|
"delete": true,
|
|
"preserve_ids": false,
|
|
"ignore_on_update": []
|
|
},
|
|
"data": [
|
|
{
|
|
"_sync_id": "item-places-1",
|
|
"name": "Welcome to Utopia Map",
|
|
"subname" : "The opensource collaborative mapping plattform",
|
|
"text": "The Utopia Map is a flexible collaborative app for decentralized coordination and real-life networking that can be adapted to the specific requirements of different networks. Its central element is the interactive geographical map, where users can add and manage **Items** in predefined **Layers**. \n\nUtopia Map is made for networks and initiatives that aim to connect people in real life. By providing a custom instance of Utopia Map, each network can grow and coordinate its ecosystem effectively while encouraging real-world interactions and collaborations.\n\nCheck out our [GitHub](https://github.com/utopia-os/utopia-map)!",
|
|
"position": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
10.067625824315172,
|
|
50.51565268622562
|
|
]
|
|
},
|
|
"image": "utopia-logo",
|
|
"layer" : "layer-places"
|
|
},
|
|
{
|
|
"_sync_id": "item-event-1",
|
|
"name": "Some Event",
|
|
"subname" : "The opensource collaborative mapping plattform",
|
|
"text": "Check out our [GitHub](https://github.com/utopia-os/utopia-map)!",
|
|
"position": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
11.067625824315172,
|
|
51.51565268622562
|
|
]
|
|
},
|
|
"layer" : "layer-events",
|
|
"start": "2025-08-14T12:00:00",
|
|
"end": "2027-06-25T12:00:00"
|
|
},
|
|
{
|
|
"_sync_id": "item-user-1",
|
|
"name": "Admin User",
|
|
"text": "bla blab ...",
|
|
"position": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
6.67625824315172,
|
|
51.41565268622562
|
|
]
|
|
},
|
|
"layer" : "layer-people"
|
|
}
|
|
]
|
|
} |