Lifelines Renderer Demo
Loading...
Domain Model (2 lifelines, 5 places)
{
"id": "j4BSDJ0Hff0ihbgFoQ2qw",
"title": "Our Journeys",
"subtitle": "A life in motion",
"lifelines": [
{
"id": "S6Ab6GUTvwtXxlSS-buuR",
"person": {
"name": "Alice"
},
"places": [
{
"id": "1bJDf_02HIzK42JhhPopA",
"location": {
"name": "New York",
"lat": 40.71,
"lng": -74.01,
"context": "New York, United States"
}
},
{
"id": "0XgUXohdWkcM6-di7iAd4",
"location": {
"name": "London",
"lat": 51.51,
"lng": -0.13,
"context": "England, United Kingdom"
}
},
{
"id": "7ZacBzvzG8W1O9hZApCQJ",
"location": {
"name": "Tokyo",
"lat": 35.68,
"lng": 139.69,
"context": "Japan"
}
}
],
"journeys": [
{
"id": "journey-1bJDf_02HIzK42JhhPopA-0XgUXohdWkcM6-di7iAd4",
"fromPlaceId": "1bJDf_02HIzK42JhhPopA",
"toPlaceId": "0XgUXohdWkcM6-di7iAd4"
},
{
"id": "journey-0XgUXohdWkcM6-di7iAd4-7ZacBzvzG8W1O9hZApCQJ",
"fromPlaceId": "0XgUXohdWkcM6-di7iAd4",
"toPlaceId": "7ZacBzvzG8W1O9hZApCQJ"
}
]
},
{
"id": "Ffxt30GeaC_FZ4XKfOqIH",
"person": {
"name": "Bob"
},
"places": [
{
"id": "uwUvKxN9RZSmHPMjeo2Hg",
"location": {
"name": "São Paulo",
"lat": -23.55,
"lng": -46.63,
"context": "São Paulo, Brazil"
}
},
{
"id": "DGokTy7IFLSZtr2JTRtFb",
"location": {
"name": "Cape Town",
"lat": -33.93,
"lng": 18.42,
"context": "Western Cape, South Africa"
}
}
],
"journeys": [
{
"id": "journey-uwUvKxN9RZSmHPMjeo2Hg-DGokTy7IFLSZtr2JTRtFb",
"fromPlaceId": "uwUvKxN9RZSmHPMjeo2Hg",
"toPlaceId": "DGokTy7IFLSZtr2JTRtFb"
}
]
}
],
"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": {
"S6Ab6GUTvwtXxlSS-buuR": {
"paletteSlot": "palette-0",
"lineStyle": "solid",
"visible": true
},
"Ffxt30GeaC_FZ4XKfOqIH": {
"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
}