Lifelines Renderer Demo

Loading...

Domain Model (2 lifelines, 5 places)
{
  "id": "qKCCmKRazpqlWGG5PXZ6E",
  "title": "Our Journeys",
  "subtitle": "A life in motion",
  "lifelines": [
    {
      "id": "IAo8gwY9ksMnxohNufabu",
      "person": {
        "name": "Alice"
      },
      "places": [
        {
          "id": "gIOE9Q9KXZ4WncjWbQ5N3",
          "location": {
            "name": "New York",
            "lat": 40.71,
            "lng": -74.01,
            "context": "New York, United States"
          }
        },
        {
          "id": "owi3jRZSuOIpkSqDCOU3g",
          "location": {
            "name": "London",
            "lat": 51.51,
            "lng": -0.13,
            "context": "England, United Kingdom"
          }
        },
        {
          "id": "Sf7-ryyg2szYRbe0qpt5u",
          "location": {
            "name": "Tokyo",
            "lat": 35.68,
            "lng": 139.69,
            "context": "Japan"
          }
        }
      ],
      "journeys": [
        {
          "id": "journey-gIOE9Q9KXZ4WncjWbQ5N3-owi3jRZSuOIpkSqDCOU3g",
          "fromPlaceId": "gIOE9Q9KXZ4WncjWbQ5N3",
          "toPlaceId": "owi3jRZSuOIpkSqDCOU3g"
        },
        {
          "id": "journey-owi3jRZSuOIpkSqDCOU3g-Sf7-ryyg2szYRbe0qpt5u",
          "fromPlaceId": "owi3jRZSuOIpkSqDCOU3g",
          "toPlaceId": "Sf7-ryyg2szYRbe0qpt5u"
        }
      ]
    },
    {
      "id": "-ZJewzvdIco0YvPCpVlW7",
      "person": {
        "name": "Bob"
      },
      "places": [
        {
          "id": "YEdFkV19gJKy7WdrdGxXD",
          "location": {
            "name": "São Paulo",
            "lat": -23.55,
            "lng": -46.63,
            "context": "São Paulo, Brazil"
          }
        },
        {
          "id": "i-A26hUd1YPndzlcrvOIx",
          "location": {
            "name": "Cape Town",
            "lat": -33.93,
            "lng": 18.42,
            "context": "Western Cape, South Africa"
          }
        }
      ],
      "journeys": [
        {
          "id": "journey-YEdFkV19gJKy7WdrdGxXD-i-A26hUd1YPndzlcrvOIx",
          "fromPlaceId": "YEdFkV19gJKy7WdrdGxXD",
          "toPlaceId": "i-A26hUd1YPndzlcrvOIx"
        }
      ]
    }
  ],
  "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": {
      "IAo8gwY9ksMnxohNufabu": {
        "paletteSlot": "palette-0",
        "lineStyle": "solid",
        "visible": true
      },
      "-ZJewzvdIco0YvPCpVlW7": {
        "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
}
© 2026 AlwaysMap