Fly a location briefing on a live globe
When to use: You want a live 3D briefing instead of static slides.
Prerequisites
- A running CesiumJS viewer app — Embed Cesium in your app; expose the connector
- Cesium Ion access token (if using Ion assets) — https://ion.cesium.com/tokens
Flow
-
Fly to the siteFly to the Eiffel Tower and drop a red marker with the label 'Site A'.✓ Copied→ Camera animates; marker appears with label
-
Overlay dataLoad this GeoJSON of neighborhood boundaries as a translucent layer.✓ Copied→ Layer visible and interactive
-
CaptureTake a screenshot I can paste in the slide.✓ Copied→ PNG returned
Outcome: A live, linkable briefing view instead of a frozen image.
Pitfalls
- Loading a huge GeoJSON without simplification — Simplify to reasonable vertex counts; Cesium can choke on million-vertex polygons