This exact spec drives the preview. Replace media paths and props with your own.
{
"theme": "<your-brand-tokens>",
"version": 1,
"format": "square",
"fps": 60,
"durationSec": 12,
"source": {
"type": "none"
},
"sound": {
"enabled": true,
"volume": 1,
"sounds": {}
},
"overlays": [
{
"template": "world-globe",
"region": "fullscreen",
"time": {},
"props": {
"title": "Las Vegas to London",
"eyebrow": "World view",
"points": [
{
"label": "Las Vegas",
"lat": 36.1699,
"lon": -115.1398
},
{
"label": "London",
"lat": 51.5074,
"lon": -0.1278
}
],
"routes": [
{
"fromLat": 36.1699,
"fromLon": -115.1398,
"toLat": 51.5074,
"toLon": -0.1278,
"fromLabel": "Las Vegas",
"toLabel": "London"
}
],
"rotationSpeed": 2.4,
"centerLat": 37,
"centerLon": -58,
"traveler": "plane",
"showOverlay": true,
"showLegend": true,
"showLegendStats": true,
"showGlow": true,
"showOcean": true,
"showLand": true,
"showRouteLines": true,
"showPoints": true,
"showPulses": true,
"showLabels": true,
"showGrid": true
}
}
]
}