Geo Iso Fleet

Full-viewport tabbed showcase of all three isometric aviation animations — A321neo takeoff, Ariane 6 launch, and H160 hover — in a single atom with tab switcher. Use this for a full aviation/aerospace demo page. tab field sets which scene opens by default.

Surfaces
apps-script-web
Fields
FieldType
airlinestring. Airline ICAO for A321neo accent — AIB, EZY, AFR, BAW, DLH, RYR. Default AIB.optional
rocketstring. ESA or CNES. Default ESA.optional
liverystring. Airline ICAO for H160 livery. Default AIB.optional
tabstring. Starting tab — "ac" (A321neo), "rk" (Ariane 6), "hh" (H160). Default ac.optional
Example payload
{
  "type": "geo_iso_fleet"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:geo_iso_fleet",
  "displayName": "Geo Iso Fleet",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/geo_iso_fleet",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Full-viewport tabbed showcase of all three isometric aviation animations \u2014 A321neo takeoff, Ariane 6 launch, and H160 hover \u2014 in a single atom with tab switcher. Use this for a full aviation/aerospace demo page. tab field sets which scene opens by default.",
  "representativeQueries": [
    "show a tabbed isometric fleet demo \u2014 A321neo takeoff + Ariane 6 launch + H160 hover with tab switcher",
    "full-viewport tabbed showcase of all three isometric aviation animations \u2014 a321neo takeoff, ariane 6",
    "render a geo iso fleet"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →