Live Feed

A Live Feed displays real-time positional data from a remote feed in the scene. Each entity in the feed is represented by a model at its current position, updated on a configurable interval.

Creating a Live Feed

Click the Add Live Feed button in the toolbar. Enter the URL of the live feed endpoint in the dialog that appears.

Ribbon Settings

Feed Settings

  • Update Frequency — How often (in seconds) the feed is polled for new data. Range: 5–300 seconds.
  • Max Display Time — Entities that have not been updated within this time (in seconds) are hidden. Range: 30–604800 seconds (up to 7 days).
  • Max Display Distance — Entities further than this distance (in metres) from the camera are hidden. Range: 1–100,000 m.
  • LOD Modifier — Adjusts the level-of-detail threshold for entity models. Lower values reduce detail at distance; higher values increase it. Range: 0.01–5.0.
  • Tween Enabled — Smoothly interpolate entity positions between updates rather than snapping.
  • Snap to Map — Snap entity positions to the terrain surface (requires DEM/map tiles).

Scene Explorer Settings

Expanding a Live Feed item shows:

  • URL — The endpoint URL the feed is reading from.
  • Entity list — A list of currently active entities with their names and positions.

Right-Click Context Menu

OptionDescription
Edit NameRename the item.
Move ToMove the camera to frame the live feed entities.
Remove ItemDelete the item from the scene.

Scene Node Metadata

KeyTypeDescription
updateFrequencydoublePoll interval in seconds (5–300).
maxDisplayTimedoubleMaximum entity age in seconds before hiding (30–604800).
maxDisplayDistancedoubleMaximum display distance from camera in metres (1–100000).
lodModifierdoubleLevel-of-detail scale factor (0.01–5.0).
tweenEnabledboolEnable position interpolation between updates.
snapToMapboolSnap entity positions to the terrain surface.