Lifelines Renderer Demo
Loading...
Domain Model (2 lifelines, 5 places)
{
"id": "bvTNI5TmN5nQO1w99xMbB",
"title": "Our Journeys",
"subtitle": "A life in motion",
"lifelines": [
{
"id": "55mXRC14nZG1cQP5XRT6n",
"person": {
"name": "Alice"
},
"places": [
{
"id": "VoCxHXf_vMW_nChv48JL6",
"location": {
"name": "New York",
"lat": 40.71,
"lng": -74.01,
"context": "New York, United States"
}
},
{
"id": "fiuCpg8G_Q8tycrzO2VWT",
"location": {
"name": "London",
"lat": 51.51,
"lng": -0.13,
"context": "England, United Kingdom"
}
},
{
"id": "gTq3PXbseJxW9mARTsLz6",
"location": {
"name": "Tokyo",
"lat": 35.68,
"lng": 139.69,
"context": "Japan"
}
}
],
"journeys": [
{
"id": "journey-VoCxHXf_vMW_nChv48JL6-fiuCpg8G_Q8tycrzO2VWT",
"fromPlaceId": "VoCxHXf_vMW_nChv48JL6",
"toPlaceId": "fiuCpg8G_Q8tycrzO2VWT"
},
{
"id": "journey-fiuCpg8G_Q8tycrzO2VWT-gTq3PXbseJxW9mARTsLz6",
"fromPlaceId": "fiuCpg8G_Q8tycrzO2VWT",
"toPlaceId": "gTq3PXbseJxW9mARTsLz6"
}
]
},
{
"id": "MQrzyRpSknFyBnrXrjmGC",
"person": {
"name": "Bob"
},
"places": [
{
"id": "C2G5gIbnIXzxKxbtRbsqP",
"location": {
"name": "São Paulo",
"lat": -23.55,
"lng": -46.63,
"context": "São Paulo, Brazil"
}
},
{
"id": "7PTrtl0po8GyVE4cc6qiN",
"location": {
"name": "Cape Town",
"lat": -33.93,
"lng": 18.42,
"context": "Western Cape, South Africa"
}
}
],
"journeys": [
{
"id": "journey-C2G5gIbnIXzxKxbtRbsqP-7PTrtl0po8GyVE4cc6qiN",
"fromPlaceId": "C2G5gIbnIXzxKxbtRbsqP",
"toPlaceId": "7PTrtl0po8GyVE4cc6qiN"
}
]
}
],
"geoFrame": {
"center": {
"lat": 0,
"lng": 0
},
"scale": 1,
"autoFit": true
},
"projection": {
"type": "natural-earth",
"rotation": {
"lambda": 0,
"phi": 0,
"gamma": 0
}
},
"pageFrame": {
"offset": {
"x": 0,
"y": 0
}
},
"mapView": {
"themeId": "classic-vintage",
"palette": [
"#DC143C",
"#1E90FF",
"#2E8B57",
"#FF8C00"
],
"lifelineStyles": {
"55mXRC14nZG1cQP5XRT6n": {
"paletteSlot": "palette-0",
"lineStyle": "solid",
"visible": true
},
"MQrzyRpSknFyBnrXrjmGC": {
"paletteSlot": "palette-1",
"lineStyle": "solid",
"visible": true
}
},
"labels": {
"showPersonNames": true,
"showLocationNames": true,
"showJourneyLabels": true
}
},
"pageLayout": {
"paperSizeId": "24x36",
"orientation": "portrait",
"furniture": {
"items": [
{
"type": "title",
"position": "top-center"
},
{
"type": "legend",
"position": "bottom-right"
}
]
}
},
"schemaVersion": 2
}