All episodes
exported Authored 1 sources
Street View Overlay Demo.
Short renderer demo for the CARTO street-view raster overlay. It toggles overlay:carto_light_streets above the default MapLibre base, keeps editorial annotations above the overlay, and exercises hide / re-show fade behavior.
Sources (1)
| Source | Score |
|---|---|
| Clio editorial frame - street-view overlay demo Clio Renderer Team | 60% |
Full Script
Narration + Stagehand commands
Commands like [map.highlight] are
Stagehand directives — they control the map renderer and pass through schema validation
before any visual effect reaches the public output.
[map.view lat=32.83 lon=-109.7 zoom=8.5] [scene.title kind=intro title="Street View Overlay Demo" subtitle="CARTO street tiles stacked above the default map"] [chat.say source="clio_internal_street_view_overlay_demo"] This is a focused render test for Clio's street-view overlay path. [scene.title kind=clear] [map.view lat=33.05 lon=-109.55 zoom=8.8] [map.circle entity="region:az_county_graham" color="#f59e0b" radius="70"] [map.circle entity="region:az_county_greenlee" color="#f97316" radius="55"] [map.label entity="region:az_county_graham" text="Graham County"] [map.label entity="region:az_county_greenlee" text="Greenlee County"] [chat.say source="clio_internal_street_view_overlay_demo"] The scene starts on the default MapLibre base. County circles and labels sit in the editorial layer above the map. [map.overlay.show id="overlay:carto_light_streets" opacity=1] [chat.say source="clio_internal_street_view_overlay_demo"] Now the street overlay turns on. Roads, town labels, and local context appear without replacing the editorial annotations. [map.view lat=32.83 lon=-109.7 zoom=11.2] [map.highlight entity="city:az_asld_safford" color="#22c55e" pulse=true] [map.label entity="city:az_asld_safford" text="Safford"] [chat.say source="clio_internal_street_view_overlay_demo"] At city scale, the overlay gives the export the streets and neighborhoods a community briefing needs. [map.overlay.hide id="overlay:carto_light_streets"] [chat.say source="clio_internal_street_view_overlay_demo"] When the overlay is hidden, the same annotations remain in place. Only the raster street layer fades out. [map.overlay.show id="overlay:carto_light_streets" opacity=0.72] [map.arrow from="city:az_asld_safford" to="region:az_county_greenlee" color="#0ea5e9" pulse=true] [chat.say source="clio_internal_street_view_overlay_demo"] The overlay can return at a lower opacity, with arrows and labels still rendering above it. [scene.title kind=outro title="Street overlay verified" subtitle="Base map, raster overlay, annotations, and fade behavior"] [chat.say source="clio_internal_street_view_overlay_demo"] This demo is ready for export review.